From 8bc569d83306289ed8f084b423c700aa55daec43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:23:51 +0000 Subject: [PATCH] Bump scikit-learn from 1.2.1 to 1.5.0 in /CRITIC 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] --- CRITIC/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRITIC/requirements.txt b/CRITIC/requirements.txt index fbdae18..0ce8307 100644 --- a/CRITIC/requirements.txt +++ b/CRITIC/requirements.txt @@ -5,7 +5,7 @@ numpy==1.22.4 openai==0.27.2 PyYAML==6.0 Requests==2.31.0 -scikit_learn==1.2.1 +scikit_learn==1.5.0 sympy==1.11.1 torch==2.0.0 tqdm==4.64.1 \ No newline at end of file