From 0ea3ad0685a47159ce04d56a37bda0b748eb73d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 19:02:29 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 2.3.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 to 2.3.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.3.1) 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 583b228..4dbb0e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ astropy networkx numba statsmodels -tensorflow==1.14 +tensorflow==2.3.1 prettytable \ No newline at end of file diff --git a/setup.py b/setup.py index 61a7ac3..9d3b570 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'spflow>=0.0.39', 'statsmodels', 'sympy', - 'tensorflow==1.14', + 'tensorflow==2.3.1', 'watchdog', 'xarray', ],