From 3a806c7a4480dd95bd52ae287b6d03d1f18d593f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 11:11:28 +0000 Subject: [PATCH] Bump tensorflow from 1.14 to 1.15.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14 to 1.15.4. - [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...v1.15.4) 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..93cbc2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ astropy networkx numba statsmodels -tensorflow==1.14 +tensorflow==1.15.4 prettytable \ No newline at end of file diff --git a/setup.py b/setup.py index 61a7ac3..ce5443d 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'spflow>=0.0.39', 'statsmodels', 'sympy', - 'tensorflow==1.14', + 'tensorflow==1.15.4', 'watchdog', 'xarray', ],