From 7f156a4ccb70ffc3e1026839281495ae989e24aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:26:22 +0000 Subject: [PATCH] Bump numpy in /examples/pipelines/face_recognition/demo Bumps [numpy](https://github.com/numpy/numpy) from 1.17 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.17.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/pipelines/face_recognition/demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pipelines/face_recognition/demo/requirements.txt b/examples/pipelines/face_recognition/demo/requirements.txt index 87b6217..0d71e19 100644 --- a/examples/pipelines/face_recognition/demo/requirements.txt +++ b/examples/pipelines/face_recognition/demo/requirements.txt @@ -1,5 +1,5 @@ opencv-python==4.1.0.25 -numpy==1.17 +numpy==1.22.0 matplotlib==3.3.2 hydrosdk~=2.4.1