From 7193aaf01813e42b9f603e41cd7794fd8d68b0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:04:45 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.14.0 to 2.9.3 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.14.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.14.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- minimalrequirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/minimalrequirements.txt b/minimalrequirements.txt index 3602f18..5b3e537 100644 --- a/minimalrequirements.txt +++ b/minimalrequirements.txt @@ -4,7 +4,7 @@ stable_baselines==2.10.0 numpy==1.18.1 pandas==1.0.1 scipy==1.4.1 -tensorflow_gpu==1.14.0 +tensorflow_gpu==2.9.3 gym==0.16.0 Keras==2.2.4 scikit_learn==0.22.2.post1 diff --git a/requirements.txt b/requirements.txt index d99e42e..4f9b9a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -128,7 +128,7 @@ tblib==1.6.0 tensorboard==1.14.0 tensorboardX==2.0 tensorflow-estimator==1.14.0 -tensorflow-gpu==1.14.0 +tensorflow-gpu==2.9.3 termcolor==1.1.0 terminado==0.8.3 testpath==0.4.4