From 304f1a34b2b7f7c289a28f242baf29be1775309d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:24:12 +0000 Subject: [PATCH] Bump tensorflow from 1.14.0 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.11.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.11.1) --- 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..2b95c8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ scipy sympy pandas matplotlib -tensorflow==1.14.0 +tensorflow==2.11.1 diff --git a/setup.py b/setup.py index b56da61..e2f52bd 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'sympy', 'matplotlib', 'pandas', - 'tensorflow==1.14.0' + 'tensorflow==2.11.1' ], classifiers=[ 'Development Status :: 3 - Alpha',