From e645de37ddfd542578b923131d4c87ec38dbc3d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:10:25 +0000 Subject: [PATCH] Bump scipy from 1.1.0 to 1.9.3 in /xgboost_ames_housing/seldon_serve Bumps [scipy](https://github.com/scipy/scipy) from 1.1.0 to 1.9.3. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.1.0...v1.9.3) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... 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..a0a9b5496 100644 --- a/xgboost_ames_housing/seldon_serve/requirements.txt +++ b/xgboost_ames_housing/seldon_serve/requirements.txt @@ -2,6 +2,6 @@ joblib==0.12.0 numpy==1.14.4 pandas==0.23.0 scikit-learn==0.19.1 -scipy==1.1.0 +scipy==1.9.3 sklearn==0.0 xgboost==0.72.1