فهرست منبع

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=[