You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.cfg
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,8 @@ install_requires =
35
35
xarray >=0.19,<2025.5
36
36
urllib3 >= 2.1, < 2.5
37
37
pydantic >= 2.10.6, < 2.12
38
-
skl2onnx >=1.17,<2 ; python_version<"3.13"
39
-
skl2onnx @ git+https://github.com/onnx/sklearn-onnx ; python_version>="3.13" # TODO: remove when skl2onnx 1.19 is released
40
-
onnx @ https://test-files.pythonhosted.org/packages/a6/17/d5fda1165f0eac5055a9b63a00b13734a65f08ff6c9b0a54467c39b2dfea/onnx-1.18.0rc2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl ; python_version>="3.13" # TODO: remove when skl2onnx 1.19 is released
38
+
skl2onnx >=1.17,<2
39
+
onnx == 1.17.0 # TODO: remove fix when skl2onnx is updated to 1.19
0 commit comments