From 203ea7d2dcac7f880fa485ac9606e8c0f5423bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:50:22 +0000 Subject: [PATCH] Bump scikit-learn from 1.0.2 to 1.5.0 in /src/workshop Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.0.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.0.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/workshop/requirements-local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workshop/requirements-local.txt b/src/workshop/requirements-local.txt index dbdf82e1..64176d87 100644 --- a/src/workshop/requirements-local.txt +++ b/src/workshop/requirements-local.txt @@ -2,6 +2,6 @@ azureml-sdk==1.38.0 azureml-mlflow==1.38.0 azureml-opendatasets==1.38.0 pandas==1.3.5 -scikit-learn==1.0.2 +scikit-learn==1.5.0 importlib-metadata<3,>=0.12 msrest==0.6.21 \ No newline at end of file