From a827e7d6c871c5fac26bec6a8d50ad4427847d10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 03:16:30 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.14.0 to 1.15.0 in /3-now_you_see/code Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.14.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.14.0...v1.15.0) Signed-off-by: dependabot[bot] --- 3-now_you_see/code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-now_you_see/code/requirements.txt b/3-now_you_see/code/requirements.txt index 72270d0..ed3eb2b 100644 --- a/3-now_you_see/code/requirements.txt +++ b/3-now_you_see/code/requirements.txt @@ -3,5 +3,5 @@ scikit-learn==0.21.2 pandas==0.24.2 Keras==2.2.4 tensorflow==1.14.0 -tensorflow-gpu==1.14.0 +tensorflow-gpu==1.15.0 fastai==1.0.59