From 7c7ec9aa77b6a34303155781d523c495e7ca10fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:31:29 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 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.17.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../feature-selector-master/requirements.txt | 2 +- .../requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Computational Biology/Computational Biology - Understanding Cancer/feature-selector-master/requirements.txt b/Computational Biology/Computational Biology - Understanding Cancer/feature-selector-master/requirements.txt index 26e625a..b2fc051 100644 --- a/Computational Biology/Computational Biology - Understanding Cancer/feature-selector-master/requirements.txt +++ b/Computational Biology/Computational Biology - Understanding Cancer/feature-selector-master/requirements.txt @@ -1,7 +1,7 @@ lightgbm==2.1.1 matplotlib==2.1.2 seaborn==0.8.1 -numpy==1.14.5 +numpy==1.22.0 pandas==0.23.1 scikit-learn==0.19.1 diff --git a/Computational Biology/Computational Biology - Understanding Cancer/requirements.txt b/Computational Biology/Computational Biology - Understanding Cancer/requirements.txt index e01a884..274ec44 100644 --- a/Computational Biology/Computational Biology - Understanding Cancer/requirements.txt +++ b/Computational Biology/Computational Biology - Understanding Cancer/requirements.txt @@ -1,5 +1,5 @@ matplotlib==3.1.2 -numpy==1.17.4 +numpy==1.22.0 lightgbm==2.3.1 pandas==1.0.3 scikit_learn==0.22.2.post1