From c1f79052aa0209781511f97fa6e53ca1f408af94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:52:45 +0000 Subject: [PATCH] Bump opencv-contrib-python in /AlphaPose/PoseFlow Bumps [opencv-contrib-python](https://github.com/skvark/opencv-python) from 3.4.2.16 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-contrib-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- AlphaPose/PoseFlow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AlphaPose/PoseFlow/requirements.txt b/AlphaPose/PoseFlow/requirements.txt index 50cfd35..e122f83 100644 --- a/AlphaPose/PoseFlow/requirements.txt +++ b/AlphaPose/PoseFlow/requirements.txt @@ -1,7 +1,7 @@ numpy==1.14.5 scipy==1.1.0 opencv_python==3.4.2.16 -opencv_contrib_python==3.4.2.16 +opencv_contrib_python==4.2.0.32 matplotlib==2.2.2 tqdm==4.23.4 Image==1.5.25