From 7a8f38a8a0812794f643f92f734008ba46d8db89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:31:34 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.1.1 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.1.1...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 d4cb50a..9e4d772 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.9.0 scipy>=1.8.1 requests>=2.28.0