From d5b8a49b8c3049d0cb0b22b31fc7b4a8867270ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 22:59:49 +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 ... 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 2d593d70..04f2e44c 100644 --- a/xgboost_ames_housing/seldon_serve/requirements.txt +++ b/xgboost_ames_housing/seldon_serve/requirements.txt @@ -2,6 +2,6 @@ joblib==1.2.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