From 2cd8e64e8dee86250286ae5e80b512db53fcf95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:13:00 +0000 Subject: [PATCH] Bump tensorflow-gpu Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.6.0 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.6.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu 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..83eeacb3 --- 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,4 +1,4 @@ -tensorflow_gpu==1.6.0 +tensorflow_gpu==2.9.3 numpy==1.13.1 opencv_python==3.2.0.7 matplotlib==2.0.2