Forráskód Böngészése

Use imgviz>=0.10.6 to avoid importing matplotlib

Kentaro Wada 5 éve
szülő
commit
19b36a5858
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -27,7 +27,7 @@ def get_install_requires():
     assert PY3 or PY2
 
     install_requires = [
-        'imgviz>=0.10.2',
+        'imgviz>=0.10.6',
         'matplotlib',
         'numpy',
         'Pillow>=2.8.0',