From 66d8ccbe0a097c92a301326d59f43e984450c7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:43:06 +0000 Subject: [PATCH] Bump tensorflow from 1.14.0 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.9.3. - [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.9.3) --- 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..13b2154 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ scipy sympy pandas matplotlib -tensorflow==1.14.0 +tensorflow==2.9.3 diff --git a/setup.py b/setup.py index b56da61..08ebe6f 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'sympy', 'matplotlib', 'pandas', - 'tensorflow==1.14.0' + 'tensorflow==2.9.3' ], classifiers=[ 'Development Status :: 3 - Alpha',