소스 검색

Use imgviz>=0.10.6 to avoid importing matplotlib

Kentaro Wada 5 년 전
부모
커밋
19b36a5858
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',