From 4e2f8cdedcccab46f653d8d8cbd56672105557cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 15:33:46 +0000 Subject: [PATCH] chore(deps): bump tensorflow from 2.0.0a0 to 2.5.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0a0 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/compare/v2.0.0-alpha0...v2.5.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_cpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_cpu.txt b/requirements_cpu.txt index 46f6a21..656c0f9 100644 --- a/requirements_cpu.txt +++ b/requirements_cpu.txt @@ -1,5 +1,5 @@ numpy==1.15.1 -tensorflow==2.0.0a0 +tensorflow==2.5.1 six==1.11.0 tensorflowjs==1.0.1 tqdm