From 718b5a6830c41023ad12cd28ec1b0f5f8ccc1aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:58:16 +0000 Subject: [PATCH] Bump tensorflow-gpu from 2.5.1 to 2.12.0 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.5.1 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/v2.5.1...v2.12.0) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6d7faf64..f1e96f65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pytest scikit-image==0.18.3 scipy==1.7.1 shapely==1.6.4 -tensorflow-gpu==2.5.1 +tensorflow-gpu==2.12.0 torch==1.4.0 torchvision==0.5.0 ##### Tracking dependencies ##### diff --git a/setup.py b/setup.py index a64abcf1..7c4e6bc5 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "scikit-image==0.18.3", "scipy==1.7.1", "shapely==1.6.4", - "tensorflow-gpu==2.5.1", + "tensorflow-gpu==2.12.0", "torch==1.4.0", "torchvision==0.5.0", ##### Tracking dependencies #####