From a7a20ec96cc9b1807737ec18c86ad730a0e4dbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:29:36 +0000 Subject: [PATCH] Bump numpy from 1.14.5 to 1.22.0 in /requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.14.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.14.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/cpu_requirements.txt | 2 +- requirements/gpu_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/cpu_requirements.txt b/requirements/cpu_requirements.txt index 8565665..e4b622e 100644 --- a/requirements/cpu_requirements.txt +++ b/requirements/cpu_requirements.txt @@ -1,7 +1,7 @@ opencv-python==3.4.3.18 h5py==2.8.0 matplotlib==2.2.3 -numpy==1.15.3 +numpy==1.22.0 scipy==1.1.0 tqdm==4.28.1 keras==2.2.4 diff --git a/requirements/gpu_requirements.txt b/requirements/gpu_requirements.txt index b237cb8..b203cff 100644 --- a/requirements/gpu_requirements.txt +++ b/requirements/gpu_requirements.txt @@ -1,7 +1,7 @@ opencv-python==3.4.3.18 h5py==2.8.0 matplotlib==2.2.3 -numpy==1.14.5 +numpy==1.22.0 scipy==1.1.0 tqdm==4.28.1 keras==2.2.4