From db3716503518fd9e4083d1fa78d8a8f0dd47561e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 03:52:15 +0000 Subject: [PATCH] Bump numpy Bumps [numpy](https://github.com/numpy/numpy) from 1.13.1 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.13.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy 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..e10cbeb5 --- 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,5 +1,5 @@ tensorflow_gpu==1.6.0 -numpy==1.13.1 +numpy==1.22.0 opencv_python==3.2.0.7 matplotlib==2.0.2 keras==2.1.5