From 4ab6869252c85a7017e332db6812b98f4cb3cbbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:03:45 +0000 Subject: [PATCH] Bump scikit-learn from 1.3.2 to 1.5.0 in /apple_project Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.3.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apple_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple_project/requirements.txt b/apple_project/requirements.txt index 4d2cef7..c87c332 100644 --- a/apple_project/requirements.txt +++ b/apple_project/requirements.txt @@ -3,5 +3,5 @@ cloudpickle==3.0.0 numpy==1.24.4 packaging==23.2 pyyaml==6.0.1 -scikit-learn==1.3.2 +scikit-learn==1.5.0 scipy==1.10.1 \ No newline at end of file