From d7d9339540808913d9d215cb74bc445c3b42b9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:01:33 +0000 Subject: [PATCH] Bump scikit-learn in /xgboost_ames_housing/seldon_serve Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.19.1 to 1.2.1. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.19.1...1.2.1) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- xgboost_ames_housing/seldon_serve/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xgboost_ames_housing/seldon_serve/requirements.txt b/xgboost_ames_housing/seldon_serve/requirements.txt index de7b3eb22..7656831c0 100644 --- a/xgboost_ames_housing/seldon_serve/requirements.txt +++ b/xgboost_ames_housing/seldon_serve/requirements.txt @@ -1,7 +1,7 @@ joblib==0.12.0 numpy==1.14.4 pandas==0.23.0 -scikit-learn==0.19.1 +scikit-learn==1.2.1 scipy==1.1.0 sklearn==0.0 xgboost==0.72.1