From 02345f736e5dcca5bca18dc00184d2cb0d921bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 00:27:56 +0000 Subject: [PATCH] Bump tensorflow from 2.8.1 to 2.12.1 in /Tensorflow-Platform-Demo Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.8.1 to 2.12.1. - [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.8.1...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.12.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Tensorflow-Platform-Demo/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tensorflow-Platform-Demo/setup.py b/Tensorflow-Platform-Demo/setup.py index f3c95a3..38849ff 100644 --- a/Tensorflow-Platform-Demo/setup.py +++ b/Tensorflow-Platform-Demo/setup.py @@ -15,7 +15,7 @@ ], extras_require={ 'cpu': [ - 'tensorflow==2.8.1', + 'tensorflow==2.12.1', ], 'gpu': [ 'tensorflow-gpu==2.12.0',