diff --git a/pyproject.toml b/pyproject.toml index ba22227..f863732 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ dependencies = [ "matplotlib <= 3.5.0, >=3.5.0", "derivative ~= 0.6.0", - "scikit-learn >= 1.1.3, <= 1.1.3", + "scikit-learn >= 1.1.3, <= 1.5.0", "numpy >=1.20, <= 1.26", "scipy >1.6.0, <= 1.11.2", "pydmd >0.4, <= 0.4.1", diff --git a/requirements.txt b/requirements.txt index 7de4f70..9255369 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ matplotlib == 3.5.0 derivative ~= 0.6.0 -scikit-learn == 1.1.3 +scikit-learn == 1.5.0 numpy >= 1.20, <= 1.26 scipy > 1.6.0, <= 1.11.2 pydmd > 0.4, <= 0.4.1