From 9b25bc141a95c77cbb4e7a0e5cfcb729f3407cbc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 19:14:36 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 2.0.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 to 2.0.0. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/v2.0.0/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.13.1...v2.0.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2eb3ef..4e3da3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ keras==2.2.4 passlib==1.7.1 pillow==5.3.0 pytest==4.0.1 -tensorflow==1.13.1 +tensorflow==2.0.0 tqdm==4.28.1