Parcourir la source

extend the external dependencies

Sven Czarnian il y a 3 ans
Parent
commit
f4fbd6245b
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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'
     ]
 )