Browse Source

Update dependency of this package

Eisoku Kuroiwa 8 years ago
parent
commit
3dd175a23a
1 changed files with 6 additions and 1 deletions
  1. 6 1
      setup.py

+ 6 - 1
setup.py

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