From 02a85a01f540c7f0c98ce8f085433493ca8e1040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 22:15:53 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 1.15.2 in /python Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 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.13.1...v1.15.2) 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 a0cf1713..3e29f83c 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.2 # NOTE: This package has only been tested with this TensorFlow version. pandas>=0.19.1 six>=1.10.0 paramiko>=2.4.0