Browse Source

extend the external dependencies

Sven Czarnian 3 năm trước cách đây
mục cha
commit
f4fbd6245b
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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'
     ]
 )