From ac705b0fe6d179ee7c14daddf5db7fd9b0dcd0ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:33:24 +0000 Subject: [PATCH] Bump scikit-learn in /model_definitions/python-diabetes/model_modules 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] --- .../python-diabetes/model_modules/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_definitions/python-diabetes/model_modules/requirements.txt b/model_definitions/python-diabetes/model_modules/requirements.txt index 509f604..ae7b8ce 100644 --- a/model_definitions/python-diabetes/model_modules/requirements.txt +++ b/model_definitions/python-diabetes/model_modules/requirements.txt @@ -1,7 +1,7 @@ numpy==1.22.4 pandas==1.1.5 xgboost==0.90 -scikit-learn==0.24.2 +scikit-learn==1.0.1 shap==0.41.0 matplotlib==3.5.2 teradataml==17.10.0.1