From 306a8a9cbe5bbad407ed9dd7b4e4762ae4517dd3 Mon Sep 17 00:00:00 2001 From: Victor Chemla Date: Tue, 23 Jan 2024 17:33:32 +0100 Subject: [PATCH] [fix] sklearn to scikit-learn #0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e6ccd71..fb6960a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ packages = find: install_requires = pandas numpy - sklearn + scikit-learn tqdm scipy python_requires = >=3.6