From 9a3baf3f36380ca09780e8522d3e00d851eb0646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 22:25:29 +0000 Subject: [PATCH] Bump tensorflow from 1.9.0 to 1.15.2 in /Data_processing/Training Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.9.0 to 1.15.2. - [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.2) 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..a0d4542 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.2 keras==2.1.5 pandas Pillow