From 26067fc221ef594ad9b3e8fd1c7bb2aa8819dc2f Mon Sep 17 00:00:00 2001 From: Davide Vandelli <113171147+FluveFV@users.noreply.github.com> Date: Fri, 23 May 2025 11:58:44 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 459852d..225abee 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'matplotlib', 'numpy', 'tqdm', - 'sklearn', + 'scikit-learn', #sklearn has been deprecated 'scipy', 'toolz', 'bayesian-optimization >= 1.1.0'