From ea7b438fdbf2de1ac04146733d057b807d328bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 22:10:27 +0000 Subject: [PATCH] Bump numpy from 1.16.3 to 1.22.0 in /requirements 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/data-requirements.txt | 2 +- requirements/pytorch-requirements.txt | 2 +- requirements/tensorflow-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/data-requirements.txt b/requirements/data-requirements.txt index b551686..f094432 100644 --- a/requirements/data-requirements.txt +++ b/requirements/data-requirements.txt @@ -1,5 +1,5 @@ h5py==2.9.0 matplotlib==3.1.0 -numpy==1.16.3 +numpy==1.22.0 pandas==0.24.2 transforms3d==0.3.1 diff --git a/requirements/pytorch-requirements.txt b/requirements/pytorch-requirements.txt index 9214a0d..b714c46 100644 --- a/requirements/pytorch-requirements.txt +++ b/requirements/pytorch-requirements.txt @@ -1,7 +1,7 @@ cffi==1.12.3 h5py==2.9.0 matplotlib==3.1.0 -numpy==1.16.3 +numpy==1.22.0 pandas==0.24.2 scipy==1.3.0 torch==0.4.0 diff --git a/requirements/tensorflow-requirements.txt b/requirements/tensorflow-requirements.txt index ef0c38d..7e09ac5 100644 --- a/requirements/tensorflow-requirements.txt +++ b/requirements/tensorflow-requirements.txt @@ -1,6 +1,6 @@ h5py==2.9.0 matplotlib==3.1.0 -numpy==1.16.3 +numpy==1.22.0 pandas==0.24.2 tensorflow-gpu==1.12.0 tqdm==4.32.1