From 0ebeaadb74a6094e24ba9f6253e3d66df2cc1b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:24:00 +0000 Subject: [PATCH] Bump tensorflow-gpu from 2.5.1 to 2.9.3 in /SIDGAN Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.5.1 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/v2.5.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SIDGAN/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SIDGAN/requirements.txt b/SIDGAN/requirements.txt index a5c84235..ce24d142 100644 --- a/SIDGAN/requirements.txt +++ b/SIDGAN/requirements.txt @@ -1,5 +1,5 @@ Keras==2.3.1 -tensorflow_gpu==2.5.1 +tensorflow_gpu==2.9.3 scipy==1.2.0 numpy==1.18.5 opencv_python==4.4.0.42