From 98127b6565cbb2f9e60d9ab3bae1c61026f57143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 00:47:45 +0000 Subject: [PATCH] Update tensorflow-gpu requirement Updates the requirements on [tensorflow-gpu](https://github.com/tensorflow/tensorflow) to permit the latest version. Updates `tensorflow-gpu` 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.2...v2.12.0) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- models/hific/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/hific/requirements.txt b/models/hific/requirements.txt index d81a871..827e62d 100644 --- a/models/hific/requirements.txt +++ b/models/hific/requirements.txt @@ -1,4 +1,4 @@ git+https://github.com/google/compare_gan@19922d3004b675c1a49c4d7515c06f6f75acdcc8 -tensorflow-gpu~=1.15.2 +tensorflow-gpu~=2.12.0 tensorflow-compression==1.3 Pillow~=8.3.2