From 769c9579f5db47d8d9df5aec0e43d4ed320a8395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:10:49 +0000 Subject: [PATCH] chore(deps): update scikit-learn requirement from >=1.8.0 to >=1.9.0 Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79e09a0..ad00382 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ catboost>=1.2.10 shap>=0.52.0 -scikit-learn>=1.8.0 +scikit-learn>=1.9.0 pandas>=3.0.3 numpy>=2.4.6 scipy>=1.17.1