From 5a7cea12ef5c8b153b138d625367cb3a9823deb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:09:50 +0000 Subject: [PATCH] Update scikit-learn requirement from >=1.0.2 to >=1.6.1 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.0.2...1.6.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.6.1 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 1d165b3..be7d94b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ poetry-core>=1.0.0 setuptools>=43.0.0 wheel pandas>=1.4.1 -scikit-learn>=1.0.2 +scikit-learn>=1.6.1 numpy>=1.22.2 nltk>=3.7 tqdm>=4.62.3