From 59bdcb9f8c881ea7e03e6dd502b41d3863deaced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:30:40 +0000 Subject: [PATCH] Bump numpy from 1.12.1 to 1.22.0 in /P1_Facial_Keypoints Bumps [numpy](https://github.com/numpy/numpy) from 1.12.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.12.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- P1_Facial_Keypoints/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P1_Facial_Keypoints/requirements.txt b/P1_Facial_Keypoints/requirements.txt index 7a882b2..eaa4b80 100644 --- a/P1_Facial_Keypoints/requirements.txt +++ b/P1_Facial_Keypoints/requirements.txt @@ -1,7 +1,7 @@ opencv-python==3.2.0.6 matplotlib==2.1.1 pandas==0.22.0 -numpy==1.12.1 +numpy==1.22.0 pillow>=5.0.0 scipy==1.0.0 torch>=0.4.0