diff --git a/setup.py b/setup.py index 5b8d699..1e0e7dd 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ ], install_requires=[ 'scipy==1.10.0', - 'scikit-learn==0.21.3', + 'scikit-learn==1.5.0', 'joblib==1.2.0', 'numpy==1.22.0'], package_data={'plasclass': ['data/*']},