From 83308e48d76f68d6343a6ffe7c1aaf2838e144c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:33:02 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.1.1 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.1.1...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 d4cb50a..1e3242d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pandas>=1.4.2 numpy>=1.22.4 urllib3>=1.26.9 matplotlib>=3.5.2 -scikit-learn>=1.1.1 +scikit-learn>=1.8.0 scipy>=1.8.1 requests>=2.28.0