소스 검색

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

Update dependency of this package
Kentaro Wada 8 년 전
부모
커밋
ddabbe7716
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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=[