From f977e99eada8a45f1ccdd1fdb35061b33d5d06ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:21:17 +0000 Subject: [PATCH] Bump numpy from 1.19.5 to 1.22.0 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 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.19.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/conda-spec.txt | 2 +- requirements/dev.txt | 2 +- requirements/docs.txt | 2 +- requirements/testing.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/conda-spec.txt b/requirements/conda-spec.txt index d105a71..3e4b8f6 100644 --- a/requirements/conda-spec.txt +++ b/requirements/conda-spec.txt @@ -9,7 +9,7 @@ intake intake-parquet ncls networkx ==2.*,>=2.4.0 -numpy <1.20.0 +numpy <1.23.0 pandas >=1.0.5 pairtools pyarrow ==1.*,>=1.0.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index 21b60e3..8486e07 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -122,7 +122,7 @@ networkx==2.5.1 # via pore-c (setup.py) nose==1.3.7 # via pairtools -numpy==1.19.5 +numpy==1.22.0 # via # biopython # cooler diff --git a/requirements/docs.txt b/requirements/docs.txt index 3b662d1..01b6cb7 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -125,7 +125,7 @@ networkx==2.5.1 # via pore-c (setup.py) nose==1.3.7 # via pairtools -numpy==1.19.5 +numpy==1.22.0 # via # biopython # cooler diff --git a/requirements/testing.txt b/requirements/testing.txt index 2f279ef..d26a5d8 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -92,7 +92,7 @@ networkx==2.5.1 # via pore-c (setup.py) nose==1.3.7 # via pairtools -numpy==1.19.5 +numpy==1.22.0 # via # biopython # cooler