Skip to content

Commit

Permalink
Pinning onnxruntime==0.15.1 (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaur authored Sep 23, 2023
1 parent 37905a0 commit d9470ef
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.15.1",
"onnxmltools>=1.6.0,<=1.11.0",
"skl2onnx>=1.7.0",
]
Expand Down

0 comments on commit d9470ef

Please sign in to comment.