diff --git a/requirements.txt b/requirements.txt index c5ee4d7e4..727d6d5cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy == 1.26.4 scipy == 1.6.0 matplotlib == 3.8.4 -scikit-learn == 1.4.2 +scikit-learn == 1.5.1 fire == 0.6.0 pytest == 8.2.0 coverage == 7.5.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 27c3acaa6..5c3a4db8e --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ package_data={"": ["*.pdf"]}, python_requires='>3.9.0', install_requires=[ - "numpy==1.26.4", "scipy>=1.6.0", "matplotlib==3.8.4", "scikit-learn==1.4.2", 'fire==0.6.0', + "numpy==1.26.4", "scipy>=1.6.0", "matplotlib==3.8.4", "scikit-learn==1.5.1", 'fire==0.6.0', "beartype==0.18.5", ], extras_require={