From 9a1e12224e49b1494b539da309c11a9b27ea9686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:09:34 +0000 Subject: [PATCH] Bump scikit-learn from 1.2.1 to 1.5.0 in /tools Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.2.1 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.2.1...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 0692a8d..4984d3c 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -23,7 +23,7 @@ PyYAML==6.0 regex==2022.10.31 requests==2.31.0 rich==13.3.1 -scikit-learn==1.2.1 +scikit-learn==1.5.0 scipy==1.10.0 sentence-transformers==2.2.2 sentencepiece==0.1.97