Forráskód Böngészése

extend the external dependencies

Sven Czarnian 3 éve
szülő
commit
f4fbd6245b
1 módosított fájl, 3 hozzáadás és 1 törlés
  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'
     ]
 )