From 0bb496908ec53b5e2692e7112252e4a4879f6c71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:28:37 +0000 Subject: [PATCH] Bump scikit-learn from 0.24.2 to 1.0.1 in /multi-branch-mlops-train Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.2 to 1.0.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- multi-branch-mlops-train/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-branch-mlops-train/requirements.txt b/multi-branch-mlops-train/requirements.txt index 288a677a..ec7a7800 100644 --- a/multi-branch-mlops-train/requirements.txt +++ b/multi-branch-mlops-train/requirements.txt @@ -1,2 +1,2 @@ sagemaker==2.52.1 -scikit-learn==0.24.2 \ No newline at end of file +scikit-learn==1.0.1 \ No newline at end of file