From 4350135be546dea132087fb2e39e30a1cf4f8c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:58:11 +0000 Subject: [PATCH] Bump tensorflow from 2.11.0 to 2.12.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.0 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.11.0...v2.12.0) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5afa510..3f221c2 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def read(file_name): python_requires='>=3.8', install_requires=[ 'numpy==1.22.4', - 'tensorflow==2.11.0', + 'tensorflow==2.12.0', 'Pillow==9.3.0', 'tqdm==4.64.1', 'six==1.16.0'