From bba4a75527a257e280fc0b1d794eddcbcc2970b2 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Tue, 12 Oct 2021 22:27:36 +0200 Subject: [PATCH] update the dependencies --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e7882cf..24d2acc 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ setup( namespace_packages = [ 'aman' ], description = 'AMAN optimization backend', long_description = longDescription, - author = 'Sven Czarnian', + author = 'Sven Czarnian, Pascal Seeler', author_email = 'devel@svcz.de', license = 'GPLv3', cmdclass = { 'clean': clean, 'build_py': build_py }, @@ -94,7 +94,6 @@ setup( 'numpy', 'protobuf', 'pyzmq', - 'scikit-learn', 'scipy', 'setuptools' ]