From ef77ad4741f2080aceeb703d4d6bc087b4426e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jun 2022 18:13:54 +0000 Subject: [PATCH] Bump numpy from 1.14.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.14.6 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.14.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- WSU_SEAL/requirements.txt | 2 +- requirements.txt | 2 +- src/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WSU_SEAL/requirements.txt b/WSU_SEAL/requirements.txt index 5fa0b84..b2bd60b 100644 --- a/WSU_SEAL/requirements.txt +++ b/WSU_SEAL/requirements.txt @@ -1,6 +1,6 @@ python==3.8 nltk==3.7 -numpy==1.23.0 +numpy==1.22.0 scikit-learn==1.1.1 scipy==1.8.1 pandas==1.4.3 diff --git a/requirements.txt b/requirements.txt index ea2928a..c768807 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Markdown==3.1.1 matplotlib==3.0.3 multiprocess==0.70.8 nltk==3.4.1 -numpy==1.14.6 +numpy==1.22.0 pandas==0.24.2 pandas-summary==0.0.6 pathos==0.2.4 diff --git a/src/requirements.txt b/src/requirements.txt index d7f764b..11350c2 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -3,7 +3,7 @@ imbalanced-learn==0.5.0 imblearn==0.0 matplotlib==3.0.3 nltk==3.4.5 -numpy==1.14.6 +numpy==1.22.0 pandas==0.24.2 pandas-summary==0.0.6 pathos==0.2.4