update the dependencies

This commit is contained in:
Sven Czarnian
2021-10-12 22:27:36 +02:00
parent 58d2f5f7f4
commit bba4a75527

View File

@@ -83,7 +83,7 @@ setup(
namespace_packages = [ 'aman' ], namespace_packages = [ 'aman' ],
description = 'AMAN optimization backend', description = 'AMAN optimization backend',
long_description = longDescription, long_description = longDescription,
author = 'Sven Czarnian', author = 'Sven Czarnian, Pascal Seeler',
author_email = 'devel@svcz.de', author_email = 'devel@svcz.de',
license = 'GPLv3', license = 'GPLv3',
cmdclass = { 'clean': clean, 'build_py': build_py }, cmdclass = { 'clean': clean, 'build_py': build_py },
@@ -94,7 +94,6 @@ setup(
'numpy', 'numpy',
'protobuf', 'protobuf',
'pyzmq', 'pyzmq',
'scikit-learn',
'scipy', 'scipy',
'setuptools' 'setuptools'
] ]