From 8205fa2b0804b3732dcd74c7f45b47e09cd9606d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:10:35 +0000 Subject: [PATCH] Bump opencv-python Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.2.0.7 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] --- .../04-CV/04-ocr/OCR_repo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 03-deep_learning/01-tensorflow_examples/04-CV/04-ocr/OCR_repo/requirements.txt diff --git a/03-deep_learning/01-tensorflow_examples/04-CV/04-ocr/OCR_repo/requirements.txt b/03-deep_learning/01-tensorflow_examples/04-CV/04-ocr/OCR_repo/requirements.txt old mode 100755 new mode 100644 index 05a6ae33..37618b97 --- a/03-deep_learning/01-tensorflow_examples/04-CV/04-ocr/OCR_repo/requirements.txt +++ b/03-deep_learning/01-tensorflow_examples/04-CV/04-ocr/OCR_repo/requirements.txt @@ -1,6 +1,6 @@ tensorflow_gpu==1.6.0 numpy==1.13.1 -opencv_python==3.2.0.7 +opencv_python==4.2.0.32 matplotlib==2.0.2 keras==2.1.5 captcha==0.2.4