From 7e5a0245d668d725d5683ee80cfc62c50938fd0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:31:15 +0000 Subject: [PATCH] Bump numpy from 1.16.2 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 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.16.2...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 59c8bdb..24d0624 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ biopython==1.73 -numpy==1.16.2 +numpy==1.22.0 pandas==0.24.2 PyYAML==5.4 tqdm==4.60.0 \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 7cb50bc..9e1c1ff --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ # installation info and requirements install_requires=[ "biopython==1.73", - "numpy==1.16.2", + "numpy==1.22.0", "pandas==0.24.2", "PyYAML==5.4", "tqdm",