From 9736deb57eddee6fa0b1c5ab954072c237d43ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:51:14 +0000 Subject: [PATCH] Bump opencv-python from 3.3.0.10 to 4.2.0.32 in /faceswap Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.3.0.10 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] --- faceswap/requirements-gpu.txt | 2 +- faceswap/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/faceswap/requirements-gpu.txt b/faceswap/requirements-gpu.txt index cc2d687..a543ab0 100644 --- a/faceswap/requirements-gpu.txt +++ b/faceswap/requirements-gpu.txt @@ -2,7 +2,7 @@ pathlib==1.0.1 scandir==1.6 h5py==2.7.1 Keras==2.1.2 -opencv-python==3.3.0.10 +opencv-python==4.2.0.32 tensorflow-gpu==1.4.0 scikit-image dlib diff --git a/faceswap/requirements.txt b/faceswap/requirements.txt index 48525a6..31a0d6a 100644 --- a/faceswap/requirements.txt +++ b/faceswap/requirements.txt @@ -2,7 +2,7 @@ pathlib==1.0.1 scandir==1.6 h5py==2.7.1 Keras==2.1.2 -opencv-python==3.3.0.10 +opencv-python==4.2.0.32 tensorflow==1.12.2 scikit-image dlib