From b52904c96112c7d28163824c03ef19a55209c6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 22:39:33 +0000 Subject: [PATCH] Bump scikit-learn from 1.3.2 to 1.5.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reqs_py311.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reqs_py311.txt b/reqs_py311.txt index 54f3f2b..4cd93a1 100644 --- a/reqs_py311.txt +++ b/reqs_py311.txt @@ -2,7 +2,7 @@ numpy==2.2.6 numba==0.61.2 pathos==0.3.4 pympler==1.1 -scikit-learn==1.7.1 +scikit-learn==1.5.0 pandas==2.3.1 pytest==8.4.1 matplotlib==3.10.3 diff --git a/requirements.txt b/requirements.txt index ad35352..a34b1d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==1.24.4 numba==0.58.1 pathos==0.3.4 pympler==1.1 -scikit-learn==1.3.2 +scikit-learn==1.5.0 pandas==2.0.3 pytest==8.3.5 matplotlib==3.7.5