From b42001a81bf11436f52e6e731f78f935d811e344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:46:41 +0000 Subject: [PATCH] chore(deps): bump scikit-learn from 1.8.0 to 1.9.0 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.8.0...1.9.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index a6e1f13..afdf57b 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -4,7 +4,7 @@ requests==2.34.2 matplotlib==3.10.9 PyYAML==6.0.3 lightgbm==4.6.0 -scikit-learn==1.8.0 +scikit-learn==1.9.0 scipy==1.17.1 joblib==1.5.3 google-cloud-storage==3.10.1 diff --git a/requirements.txt b/requirements.txt index 8e2cbfe..9da5a17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests>=2.34.2 matplotlib>=3.10.9 PyYAML>=6.0 lightgbm>=4.3 -scikit-learn>=1.4 +scikit-learn>=1.9.0 scipy>=1.11 joblib>=1.3 google-cloud-storage>=2.16