From f78a69fec7849d13366ee9a094b6bfa1897df4fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:24:58 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.3 to 2.12.0 in /scripts/models/mnist Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.3 to 2.12.0. - [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.15.3...v2.12.0) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/models/mnist/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/models/mnist/requirements.txt b/scripts/models/mnist/requirements.txt index e7d625f..606d3d8 100644 --- a/scripts/models/mnist/requirements.txt +++ b/scripts/models/mnist/requirements.txt @@ -1,7 +1,7 @@ six==1.15.0 # If not using CUDA, use below: # tensorflow==1.15.3 -tensorflow-gpu==1.15.3 +tensorflow-gpu==2.12.0 numpy==1.19.1 np_utils==1.19.1 scikit-learn==0.32.1