From 06c70fe2f558128beafe466bea671597972d11fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:06:01 +0000 Subject: [PATCH] chore(deps): update scikit-learn requirement from >=1.3 to >=1.8.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.3.0...1.8.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.8.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 e7d76f4..384367a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ catboost>=1.2 shap>=0.51.0 -scikit-learn>=1.3 +scikit-learn>=1.8.0 pandas>=2.0 numpy>=1.24 scipy>=1.17.1