From 42a18b4a4d2b5f45e461661b790ad90426b33928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:53:03 +0000 Subject: [PATCH] Bump tensorflow from 1.14.0 to 2.7.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.7.2. - [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.7.2) --- updated-dependencies: - dependency-name: tensorflow 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 2f9768b..54e7155 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ scipy sympy pandas matplotlib -tensorflow==1.14.0 +tensorflow==2.7.2 diff --git a/setup.py b/setup.py index b56da61..e0cdba1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'sympy', 'matplotlib', 'pandas', - 'tensorflow==1.14.0' + 'tensorflow==2.7.2' ], classifiers=[ 'Development Status :: 3 - Alpha',