From 467e8023c35a776c803821df09b4a53793c3f7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:01:46 +0000 Subject: [PATCH] Bump scipy from 1.1.0 to 1.10.0 in /xgboost_ames_housing/seldon_serve Bumps [scipy](https://github.com/scipy/scipy) from 1.1.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.1.0...v1.10.0) --- 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..309a3d2c7 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.10.0 sklearn==0.0 xgboost==0.72.1