From 92d2a6cd777dea16f1df78e88736f868e341aab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 22:11:04 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.13.1 to 1.15.2 in /TwoStageVAE Bumps [tensorflow-gpu](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] --- TwoStageVAE/requirements-gpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TwoStageVAE/requirements-gpu.txt b/TwoStageVAE/requirements-gpu.txt index ae0c3e7..70c26e2 100644 --- a/TwoStageVAE/requirements-gpu.txt +++ b/TwoStageVAE/requirements-gpu.txt @@ -1,7 +1,7 @@ scipy numpy python-mnist -tensorflow-gpu==1.13.1 +tensorflow-gpu==1.15.2 Pillow matplotlib myelin==0.0.11