From ce845cfd281750931608d145dfbce127c0e33182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:00:04 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.12.0 to 2.9.3 in /macro_benchmark/CRNN Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.12.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.12.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- macro_benchmark/CRNN/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro_benchmark/CRNN/requirements.txt b/macro_benchmark/CRNN/requirements.txt index 956214b6..f0acd81b 100644 --- a/macro_benchmark/CRNN/requirements.txt +++ b/macro_benchmark/CRNN/requirements.txt @@ -1,7 +1,7 @@ glog==0.3.1 easydict==1.9 numpy==1.15.1 -tensorflow_gpu==1.12.0 +tensorflow_gpu==2.9.3 tqdm==4.28.1 matplotlib==3.0.2 typing==3.6.6