Эх сурвалжийг харах

Use imgviz<1.3 to avoid error around label2rgb

Kentaro Wada 3 жил өмнө
parent
commit
349d6a8f1d
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      setup.py

+ 2 - 2
setup.py

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