From ff1453ee2fb77d1b916c68eda715aefb0d10ddb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 21:49:14 +0000 Subject: [PATCH] Bump tensorflow from 1.3.0 to 1.15.0 in /handson-ml-master Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.3.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.3.0...v1.15.0) Signed-off-by: dependabot[bot] --- handson-ml-master/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 handson-ml-master/requirements.txt diff --git a/handson-ml-master/requirements.txt b/handson-ml-master/requirements.txt old mode 100755 new mode 100644 index 7df1ca3..9ceea23 --- a/handson-ml-master/requirements.txt +++ b/handson-ml-master/requirements.txt @@ -30,7 +30,7 @@ psutil==5.3.1 scikit-learn==0.19.0 scipy==0.19.1 sympy==1.1.1 -tensorflow==1.3.0 +tensorflow==1.15.0 # Optional: OpenAI gym is only needed for the Reinforcement Learning chapter. # There are a few dependencies you need to install first, check out: