From 41541202c88e0b1e96bfc5ec3ca704a61b83f580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:36:32 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.9 to 2.12.0 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.9 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.9.0...v2.12.0) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-gpu.txt | 2 +- requirements_train.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-gpu.txt b/requirements-gpu.txt index f44fc97..7db9096 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -4,7 +4,7 @@ Pillow cython matplotlib scikit-image -tensorflow-gpu==1.9 +tensorflow-gpu==2.12.0 keras==2.2.0 opencv-python h5py diff --git a/requirements_train.txt b/requirements_train.txt index ffb6d14..d816a4b 100644 --- a/requirements_train.txt +++ b/requirements_train.txt @@ -4,7 +4,7 @@ Pillow cython matplotlib scikit-image -tensorflow-gpu==1.9 +tensorflow-gpu==2.12.0 keras==2.2.0 opencv-python h5py