From b7d3ff1aeef5144ce71c72d23c3fe87656b4f7ab Mon Sep 17 00:00:00 2001 From: f-rower Date: Wed, 26 Feb 2025 17:17:19 +0000 Subject: [PATCH] Changed sklearn to scikit-learn in install_requires sklearn is now deprecated and peripy installation was failing because of this --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2175943..dd144db 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'scipy', 'tqdm', 'h5py', - 'sklearn', + 'scikit-learn', 'tqdm', 'sphinx_rtd_theme' ]