From 4f5eac48316e55a604f9bb5d1db63279101ae612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:18:31 +0000 Subject: [PATCH] Bump scikit-learn from 1.1.3 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.3 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.3...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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