From 11c832d48b0877ccfd778acfaf7493bd93749824 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 09:52:45 -0700 Subject: [PATCH] chore(deps): Bump tensorflow-gpu (#1034) Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.0 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.15.0...v1.15.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../NAS-training-containers/RL-cifar10/requirements-gpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/v1alpha3/NAS-training-containers/RL-cifar10/requirements-gpu.txt b/examples/v1alpha3/NAS-training-containers/RL-cifar10/requirements-gpu.txt index 927591b7305..4d7a717abcf 100644 --- a/examples/v1alpha3/NAS-training-containers/RL-cifar10/requirements-gpu.txt +++ b/examples/v1alpha3/NAS-training-containers/RL-cifar10/requirements-gpu.txt @@ -1,2 +1,2 @@ -tensorflow-gpu==1.15.0 +tensorflow-gpu==1.15.2 keras==2.2.4