From 5f625c124628b0e82f8b273d955fa4c1859bc94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2020 00:01:30 +0000 Subject: [PATCH] Bump tensorflow from 1.14.1 to 1.15.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.1 to 1.15.4. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/commits/v1.15.4) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 66052a9..a2e038c 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ name = "pypi" python_version = "3.6" [packages] -tensorflow = {version="==1.14.1", index="redhat-aicoe-experiments"} +tensorflow = {version="==1.15.4", index="redhat-aicoe-experiments"} [pipenv] allow_prereleases = true