From 238be5cc8c80ffb3e623443258429c5470ce6562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:00:17 +0000 Subject: [PATCH] Bump opencv-python from 4.1.0.25 to 4.2.0.32 in /preprocess Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.0.25 to 4.2.0.32. - [Release notes](https://github.com/skvark/opencv-python/releases) - [Commits](https://github.com/skvark/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- preprocess/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 preprocess/requirements.txt diff --git a/preprocess/requirements.txt b/preprocess/requirements.txt old mode 100755 new mode 100644 index 57a3fe8..b4070ac --- a/preprocess/requirements.txt +++ b/preprocess/requirements.txt @@ -1,7 +1,7 @@ tensorflow-gpu==1.8 # Machine learning frameworks face_recognition==1.2.3 # Face recognition scipy==1.2.1 # Numerical analysis -opencv-python==4.1.0.25 # Image processing +opencv-python==4.2.0.32 # Image processing matplotlib==3.0.3 # Graphical plot librosa==0.6.3 # Audio processing requests==2.22.0 # HTTP requests