Browse Source

Use imgviz<1.3 to avoid error around label2rgb

Kentaro Wada 3 years ago
parent
commit
349d6a8f1d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -29,10 +29,10 @@ def get_install_requires():
     assert PY3 or PY2
 
     install_requires = [
-        "imgviz>=0.11.0",
+        "imgviz>=0.11,<1.3",
         "matplotlib<3.3",  # for PyInstaller
         "numpy",
-        "Pillow>=2.8.0",
+        "Pillow>=2.8",
         "PyYAML",
         "qtpy",
         "termcolor",