From e2eecddd051eec169f08eb2fcea4e5ec96dcf13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 01:25:16 +0000 Subject: [PATCH] Bump numpy from 1.16.3 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.16.3 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.3...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-rtd.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-rtd.txt b/requirements-rtd.txt index 7243b1f..f123590 100644 --- a/requirements-rtd.txt +++ b/requirements-rtd.txt @@ -2,7 +2,7 @@ networkx>=2.1 pybel==0.13.2 click==7.0 tqdm==4.31.1 -numpy==1.16.3 +numpy==1.22.0 scipy==1.2.1 scikit-learn==0.21.3 pandas==0.24.2 diff --git a/setup.cfg b/setup.cfg index 6644096..2aa4e2e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = biokeen==0.0.14 click==7.0 tqdm==4.31.1 - numpy==1.16.3 + numpy==1.22.0 scipy==1.2.1 scikit-learn==0.21.3 pandas==0.24.2