From 36548350fbfd20e8fb3e3910b832c44b858352db Mon Sep 17 00:00:00 2001 From: Maximilian Schmidt Date: Thu, 6 Apr 2023 17:26:01 +0200 Subject: [PATCH] Fix for deprecated dependency 'sklearn' According to https://github.com/scikit-learn/sklearn-pypi-package, one should use scikit-learn instead of sklearn in the dependencies, otherwise an exception is raised. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c95566b..57a5718 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ rich web.py gitpython scipy # need? -sklearn # need? +scikit-learn # need? delta_center_client==0.0.4 bigmodelvis """