From 9273637895e92e79258bb6b0d32404c343d02b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:53:28 +0000 Subject: [PATCH] Bump opencv-contrib-python 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] --- .../proj5-video_stitching/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 courses/computational_photography/proj5-video_stitching/requirements.txt diff --git a/courses/computational_photography/proj5-video_stitching/requirements.txt b/courses/computational_photography/proj5-video_stitching/requirements.txt old mode 100755 new mode 100644 index 56d5d34..07fd4b3 --- a/courses/computational_photography/proj5-video_stitching/requirements.txt +++ b/courses/computational_photography/proj5-video_stitching/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.1.1 numpy==1.17.3 -opencv-contrib-python==3.4.2.16 +opencv-contrib-python==4.2.0.32 opencv-python==3.4.2.16 \ No newline at end of file