Browse Source

Use imgviz>=0.10.6 to avoid importing matplotlib

Kentaro Wada 5 năm trước cách đây
mục cha
commit
19b36a5858
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',