Skip to content

Commit e9b3ab4

Browse files
pin onnx version
1 parent 7644bdb commit e9b3ab4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ install_requires =
3535
xarray >=0.19,<2025.5
3636
urllib3 >= 2.1, < 2.5
3737
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
4140

4241
[[onnx]]
4342

0 commit comments

Comments
 (0)