extend the external dependencies

This commit is contained in:
Sven Czarnian
2021-08-30 21:56:00 +02:00
parent 1d50f0e9af
commit f4fbd6245b

View File

@@ -87,9 +87,11 @@ setup(
install_requires=[
'argparse',
'configparser',
'numpy',
'protobuf',
'pyzmq',
're',
'scikit-learn',
'scipy',
'setuptools'
]
)