From aab1067db98e0d66e68abc5258bd93160def6c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 02:35:35 +0000 Subject: [PATCH] Bump numpy from 1.18.1 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 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.18.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arcface-pytorch/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arcface-pytorch/requirements.txt b/arcface-pytorch/requirements.txt index 8207660..f2d4f19 100644 --- a/arcface-pytorch/requirements.txt +++ b/arcface-pytorch/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.18.4 +numpy==1.22.0 opencv-python==4.2.0.32 pkg-resources==0.0.0 torch==1.4.0 diff --git a/requirements.txt b/requirements.txt index 36b7436..71f6f52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ kiwisolver==1.1.0 lazy-object-proxy==1.4.3 matplotlib==3.2.0 mccabe==0.6.1 -numpy==1.18.1 +numpy==1.22.0 opencv-python==4.2.0.32 Pillow==7.0.0 pkg-resources==0.0.0