From 35fc43b0a764f96236810e0f77a959d446db3541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 10:54:49 +0000 Subject: [PATCH] Bump numpy from 1.16.1 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.1 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.16.1...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c30b5e7..252a47e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'biopython>=1.78', # Bio.Alphabet was removed then 'scikit-learn==0.21.3', # sklearn with random forest compatibility 'pandas==0.24.1', - 'numpy==1.16.1', + 'numpy==1.21.0', 'keras==2.2.4', 'tensorflow==1.15.4', 'matplotlib==2.2.3',