From bad3506cc925a77471e3e047980f1394b6e2f16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:42:36 +0000 Subject: [PATCH] Bump scikit-learn in /nongen-ai-lifecycle-walkthrough/scoring_pkl Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.24.1 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.1...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nongen-ai-lifecycle-walkthrough/scoring_pkl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nongen-ai-lifecycle-walkthrough/scoring_pkl/requirements.txt b/nongen-ai-lifecycle-walkthrough/scoring_pkl/requirements.txt index fa05014..4343f0d 100644 --- a/nongen-ai-lifecycle-walkthrough/scoring_pkl/requirements.txt +++ b/nongen-ai-lifecycle-walkthrough/scoring_pkl/requirements.txt @@ -1,4 +1,4 @@ catboost==0.26.1 numpy>=1.16.0 -scikit-learn==0.24.1 +scikit-learn==1.5.0 pandas==1.1.* \ No newline at end of file