From 1528d2ae976879a69716965c3db308d5019c1fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 15:35:16 +0000 Subject: [PATCH] chore(deps): bump tensorflow from 2.0.0a0 to 2.5.0rc0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0a0 to 2.5.0rc0. - [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.0-rc0) 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..98b7e55 100644 --- a/requirements_cpu.txt +++ b/requirements_cpu.txt @@ -1,5 +1,5 @@ numpy==1.15.1 -tensorflow==2.0.0a0 +tensorflow==2.5.0rc0 six==1.11.0 tensorflowjs==1.0.1 tqdm