Преглед изворни кода

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