Explorar o código

Use imgviz>=0.10.6 to avoid importing matplotlib

Kentaro Wada %!s(int64=5) %!d(string=hai) anos
pai
achega
19b36a5858
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',