Browse Source

Set onnxruntime!=1.16.0 to avoid providers argument requirements

Kentaro Wada 1 year ago
parent
commit
7760879737
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -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",