From 22a9db3119927a0beb3f38aca79e4bc5b7ee97d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 02:22:48 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.16.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.16.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../emotion-detection-in-real-time/REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emotion-detection-in-real-time/emotion-detection-in-real-time/REQUIREMENTS.txt b/emotion-detection-in-real-time/emotion-detection-in-real-time/REQUIREMENTS.txt index 3ec735a..bce7cfd 100644 --- a/emotion-detection-in-real-time/emotion-detection-in-real-time/REQUIREMENTS.txt +++ b/emotion-detection-in-real-time/emotion-detection-in-real-time/REQUIREMENTS.txt @@ -1,5 +1,5 @@ opencv-python==4.1.2 -numpy==1.16.5 +numpy==1.22.0 -e git+https://github.com/ipazc/mtcnn.git pandas==0.25.1 tensorflow==2.12.1