From d3f41e3e28765bab49ff0bb8e37dc07b685bbbc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:22:44 +0000 Subject: [PATCH] Bump opencv-python in /OneStage/yolo/deep_sort_yolov3 Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.4.19 to 3.4.7.28. - [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] --- OneStage/yolo/deep_sort_yolov3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OneStage/yolo/deep_sort_yolov3/requirements.txt b/OneStage/yolo/deep_sort_yolov3/requirements.txt index 130579b..51a67a2 100644 --- a/OneStage/yolo/deep_sort_yolov3/requirements.txt +++ b/OneStage/yolo/deep_sort_yolov3/requirements.txt @@ -1,7 +1,7 @@ Keras==2.3.1 tensorflow-gpu==1.15.2 numpy==1.15.0 -opencv-python==3.4.4.19 +opencv-python==3.4.7.28 scikit-learn==0.21.2 scipy==1.1.0 Pillow