From 3f875b79193457279a6591c825aad015cf82d4ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:42:41 +0000 Subject: [PATCH] Update numpy requirement in /python/alibiexplainer in the pip group Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 1.26.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v0.2.0...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- python/alibiexplainer/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/alibiexplainer/setup.py b/python/alibiexplainer/setup.py index 49b5f135378..39db0683437 100644 --- a/python/alibiexplainer/setup.py +++ b/python/alibiexplainer/setup.py @@ -44,7 +44,7 @@ "grpcio>=1.22.0", "xgboost==1.0.2", "shap==0.36.0", - "numpy<1.19.0" + "numpy<1.27.0" ], tests_require=tests_require, extras_require={'test': tests_require}