update the dependencies
This commit is contained in:
3
setup.py
3
setup.py
@@ -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'
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user