Jelajahi Sumber

Fix dependency on matplotlib

Kentaro Wada 8 tahun lalu
induk
melakukan
0a7c17777a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      setup.py

+ 1 - 1
setup.py

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