Skip to content

Commit

Permalink
Set onnxruntime!=1.16.0 to avoid providers argument requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Dec 2, 2023
1 parent 4ba6277 commit 69beae9
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 @@ -28,7 +28,7 @@ def get_install_requires():
"matplotlib",
"natsort>=7.1.0",
"numpy",
"onnxruntime>=1.14.1",
"onnxruntime>=1.14.1,!=1.16.0",
"Pillow>=2.8",
"PyYAML",
"qtpy!=1.11.2",
Expand Down

0 comments on commit 69beae9

Please sign in to comment.