Skip to content

Commit

Permalink
Pinning onnxruntime
Browse files Browse the repository at this point in the history
See #770 and microsoft/onnxruntime#20715  

We need to investigate what's going on with the dynamic args
  • Loading branch information
ksaur authored May 20, 2024
1 parent d2aa5dc commit 81dc0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"protobuf>=3.20.2",
]
onnx_requires = [
"onnxruntime>=1.0.0",
"onnxruntime>=1.0.0,<1.18.0",
"onnxmltools>=1.6.0",
"skl2onnx>=1.7.0",
]
Expand Down

0 comments on commit 81dc0af

Please sign in to comment.