From 9485201c76b04c69e6901d8fc63db0c12b6cf35b Mon Sep 17 00:00:00 2001 From: Arthur Flam Date: Thu, 24 Aug 2023 08:53:00 +0300 Subject: [PATCH] Fix: use scikit-learn instead of sklearn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da7649b8..ad6e8c92 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'simplejson', 'pyyaml', # YAML reader 'joblib', # Parallelism for dummies - 'sklearn', + 'scikit-learn', 'scikit-optimize', ],