From d8a210532d7488c30f2a8b8b9117c065f4be165a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:13:19 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.7.0 to 2.9.3 in /train_py Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.7.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.7.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- train_py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_py/requirements.txt b/train_py/requirements.txt index 8eafc6a..691d523 100644 --- a/train_py/requirements.txt +++ b/train_py/requirements.txt @@ -1,6 +1,6 @@ matplotlib==2.2.2 toposort==1.5 -tensorflow_gpu==1.7.0 +tensorflow_gpu==2.9.3 numpy==1.14.0 scipy==0.19.1 colorama==0.3.9