Skip to content

Commit

Permalink
Merge pull request #209 from iomega/fix_onnx_version
Browse files Browse the repository at this point in the history
Set onnxruntime to <1.16
  • Loading branch information
niekdejonge authored Oct 9, 2023
2 parents 7ed4f61 + 7273525 commit 4a6d916
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 @@ -45,7 +45,7 @@
"tqdm",
"matplotlib",
"skl2onnx",
"onnxruntime",
"onnxruntime<1.16", # 1.16 breaks the code due to the issue https://github.com/iomega/ms2query/issues/208
],
extras_require={':python_version < "3.8"': ["pickle5",],
"dev": ["bump2version",
Expand Down

0 comments on commit 4a6d916

Please sign in to comment.