From 612bf1881a99028b622841cbe14803ef05aa5f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 14:52:31 +0000 Subject: [PATCH] Bump tensorflow from 1.12.2 to 2.0.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.2 to 2.0.0. - [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.12.2...v2.0.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c8791c..5453685 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ numpy>=1.9.2 scipy>=0.15.1 scikit-learn>=0.18 keras==2.2.4 -tensorflow==1.12.2 +tensorflow==2.0.0 h5py==2.7.1 Pillow>=2.2.2