From 74de63e0f4e8ebe1d37353ada1a2b7a45cd11c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:08:44 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.3 to 2.9.3 in /scripts/models/mnist Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.3 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.15.3...v2.9.3) --- 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..387b3f1 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.9.3 numpy==1.19.1 np_utils==1.19.1 scikit-learn==0.32.1