Преглед на файлове

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