From 535d7e56ff31c1404e756129cea98c76dc950e19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:13:17 +0000 Subject: [PATCH] Bump scikit-learn Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.23.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.23.2...1.0.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pipeline/pipeline_steps/data_downloader/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kubeflow/pipeline/pipeline_steps/data_downloader/requirements.txt b/examples/kubeflow/pipeline/pipeline_steps/data_downloader/requirements.txt index b384ec5f54..18de94b2a4 100644 --- a/examples/kubeflow/pipeline/pipeline_steps/data_downloader/requirements.txt +++ b/examples/kubeflow/pipeline/pipeline_steps/data_downloader/requirements.txt @@ -1,5 +1,5 @@ dill==0.3.2 click==7.1.2 numpy==1.19.1 -scikit-learn==0.23.2 +scikit-learn==1.0.1 pandas==1.1.1