diff --git a/setup.py b/setup.py index dfc6270ce..695e907a5 100644 --- a/setup.py +++ b/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",