瀏覽代碼

Set onnxruntime!=1.16.0 to avoid providers argument requirements

Kentaro Wada 1 年之前
父節點
當前提交
7760879737
共有 1 個文件被更改,包括 1 次插入1 次删除
  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",