From e1c2788a92290b5abefcc5aec792c56b71c9f437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 20:57:51 +0000 Subject: [PATCH] Bump tensorflow from 1.14.0 to 2.12.1 in /00_Miscellaneous/tfx Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 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/v1.14.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 00_Miscellaneous/tfx/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00_Miscellaneous/tfx/setup.py b/00_Miscellaneous/tfx/setup.py index 1770a13..cb290ef 100644 --- a/00_Miscellaneous/tfx/setup.py +++ b/00_Miscellaneous/tfx/setup.py @@ -2,7 +2,7 @@ from setuptools import setup REQUIRED_PACKAGES = [ - 'tensorflow==1.14.0', + 'tensorflow==2.12.1', 'tensorflow-data-validation==0.11.0' ]