From 32373bb5f2c8a3f071e68f2ba9cec08f2dfefd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 22:15:38 +0000 Subject: [PATCH] Upgrade: Bump scikit-learn from 1.5.0 to 1.5.1 Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.5.0...1.5.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5204e6f20..0f1a1b872 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ mkdocs-jupyter==0.24.7 pymdown-extensions==10.8.1 matplotlib==3.9.0 pandas==2.2.2 -scikit-learn==1.5.0 +scikit-learn==1.5.1 jupyter==1.0.0 requests==2.32.3 jieba==0.42.1