Переглянути джерело

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