소스 검색

extend the external dependencies

Sven Czarnian 3 년 전
부모
커밋
f4fbd6245b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      setup.py

+ 3 - 1
setup.py

@@ -87,9 +87,11 @@ setup(
     install_requires=[
         'argparse',
         'configparser',
+        'numpy',
         'protobuf',
         'pyzmq',
-        're',
+        'scikit-learn',
+        'scipy',
         'setuptools'
     ]
 )