From e500c7e164a744837276e97bfcb92f959c63fd3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 21:08:19 +0000 Subject: [PATCH] Bump tensorflow from 1.9.0 to 1.15.0 in /Data_processing/Training Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.9.0 to 1.15.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.9.0...v1.15.0) Signed-off-by: dependabot[bot] --- Data_processing/Training/requirement.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data_processing/Training/requirement.txt b/Data_processing/Training/requirement.txt index 237601b..ffb8227 100644 --- a/Data_processing/Training/requirement.txt +++ b/Data_processing/Training/requirement.txt @@ -1,7 +1,7 @@ jupyter numpy matplotlib -tensorflow==1.9.0 +tensorflow==1.15.0 keras==2.1.5 pandas Pillow