Răsfoiți Sursa

Merge pull request #8 from eisoku9618/eisoku9618-patch-1

Update dependency of this package
Kentaro Wada 8 ani în urmă
părinte
comite
ddabbe7716
1 a modificat fișierele cu 6 adăugiri și 1 ștergeri
  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=[