From 77b9ffeca8accad45167173e0286c467e0fa5d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:00:46 +0000 Subject: [PATCH] Bump opencv-python from 3.4.3.18 to 4.2.0.32 Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.3.18 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] --- requirements.txt | 2 +- yolov3/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements.txt mode change 100755 => 100644 yolov3/requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 405df13..adadbc5 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ h5py==2.8.0 pandas==0.23.4 tqdm==4.29.1 tensorboardX==1.6 -opencv_python==3.4.3.18 +opencv_python==4.2.0.32 torchvision==0.2.1 pyqt5 diff --git a/yolov3/requirements.txt b/yolov3/requirements.txt old mode 100755 new mode 100644 index 5cd8526..b2e1916 --- a/yolov3/requirements.txt +++ b/yolov3/requirements.txt @@ -14,7 +14,7 @@ h5py==2.8.0 pandas==0.23.4 tqdm==4.29.1 tensorboardX==1.6 -opencv_python==3.4.3.18 +opencv_python==4.2.0.32 torch==0.4.1 torchvision==0.2.1 pyqt5