From b01356f8e6a6e5aed1cb93969d2463a24fb54510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:42:30 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0b1 to 2.9.3 in /stack_gan Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0b1 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.0.0-beta1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stack_gan/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_gan/requirements.txt b/stack_gan/requirements.txt index bf11f27..127efcc 100644 --- a/stack_gan/requirements.txt +++ b/stack_gan/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.0.0b1 +tensorflow==2.9.3 numpy==1.16.4 absl-py==0.7.0 matplotlib==2.2.3