浏览代码

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'
     ]
 )