From 6671cd8bded08676e53a2e43470cf0272bc22431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 15:40:45 +0000 Subject: [PATCH] Bump numpy from 1.20.3 to 1.22.0 in /XAI/pureGAM Bumps [numpy](https://github.com/numpy/numpy) from 1.20.3 to 1.22.0. - [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/v1.20.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- XAI/pureGAM/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XAI/pureGAM/requirements.txt b/XAI/pureGAM/requirements.txt index 1c2b545..8875653 100644 --- a/XAI/pureGAM/requirements.txt +++ b/XAI/pureGAM/requirements.txt @@ -2,7 +2,7 @@ gaminet==0.5.6 interpret==0.2.7 interpret_core==0.2.7 matplotlib==3.5.0 -numpy==1.20.3 +numpy==1.22.0 pandas==1.3.4 scikit_learn==1.1.2 scipy==1.7.3