From ca25becd251d7fd332901f17b77b0b00ebec1302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 00:08:20 +0000 Subject: [PATCH] Bump scikit-learn in /machine-learning/ml-ops-in-a-box Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.1.1 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.1.1...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- machine-learning/ml-ops-in-a-box/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/ml-ops-in-a-box/requirements.txt b/machine-learning/ml-ops-in-a-box/requirements.txt index af474149..38ad0ea7 100644 --- a/machine-learning/ml-ops-in-a-box/requirements.txt +++ b/machine-learning/ml-ops-in-a-box/requirements.txt @@ -2,4 +2,4 @@ pytest==7.1.2 mlflow==1.27.0 pandas==1.4.3 sklearn==0.0 -scikit-learn==1.1.1 +scikit-learn==1.5.0