From f4fbd6245bce8c4897ddcb39dce285229839f5c8 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Mon, 30 Aug 2021 21:56:00 +0200 Subject: [PATCH] extend the external dependencies --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6fef9bb..9d7d8de 100644 --- a/setup.py +++ b/setup.py @@ -87,9 +87,11 @@ setup( install_requires=[ 'argparse', 'configparser', + 'numpy', 'protobuf', 'pyzmq', - 're', + 'scikit-learn', + 'scipy', 'setuptools' ] )