From bb7481df66f75c42e430fc1fda3554a225d8c656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 15:48:41 +0000 Subject: [PATCH] Bump tensorflow from 1.14.1 to 2.5.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.1 to 2.5.1. - [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/v2.5.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 66052a9..85b6c39 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="==2.5.1", index="redhat-aicoe-experiments"} [pipenv] allow_prereleases = true