From bc1bdfaef2894f1311f6c49fa12c6e03152f43f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 20:47:15 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 1.15.0 in /python Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 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.13.1...v1.15.0) Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 74f00c8c..064a8930 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -6,7 +6,7 @@ nose>=1.3.7 # for testing parameterized>=0.6.1 # for testing pillow>=4.1.1,<4.2 pygments>=2.2.0 -tensorflow==1.13.1 # NOTE: This package has only been tested with this TensorFlow version. +tensorflow==1.15.0 # NOTE: This package has only been tested with this TensorFlow version. pandas>=0.19.1 six>=1.10.0 paramiko>=2.4.0