소스 검색

Fix dependency on matplotlib

Kentaro Wada 8 년 전
부모
커밋
0a7c17777a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -55,7 +55,7 @@ setup(
     author='Kentaro Wada',
     author_email='www.kentaro.wada@gmail.com',
     url='https://github.com/mpitid/pylabelme',
-    install_requires=[],
+    install_requires=['matplotlib'],
     license='GPLv3',
     keywords='Image Annotation, Machine Learning',
     classifiers=[