diff --git a/setup.py b/setup.py index ad29476..312d930 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): "scipy>=1.7.1", "numpy>=1.21.5", "PyRQA>=8.0.0", - "sklearn>=1.2.1" + "scikit-learn>=1.2.1" ], python_requires=">=3.8.0" ) \ No newline at end of file