From c983b9f8b6fd08cb625ef7abf446a185263b1f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 00:10:22 +0000 Subject: [PATCH] Bump numpy from 1.16.4 to 1.22.0 in /RetinaFace_Pytorch Bumps [numpy](https://github.com/numpy/numpy) from 1.16.4 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.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- RetinaFace_Pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RetinaFace_Pytorch/requirements.txt b/RetinaFace_Pytorch/requirements.txt index 3d9c90e..33f6b12 100644 --- a/RetinaFace_Pytorch/requirements.txt +++ b/RetinaFace_Pytorch/requirements.txt @@ -1,5 +1,5 @@ scikit_image==0.15.0 -numpy==1.16.4 +numpy==1.22.0 terminaltables==3.1.0 torch==1.1.0 tqdm==4.32.1