From 895d25e45a4a616e3a98ace70c7fe5c26e6a6815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 20:42:11 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0b0 to 2.5.2 in /app Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0b0 to 2.5.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/v2.0.0-beta0...v2.5.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 04dd1a7..1f442df 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,2 +1,2 @@ -tensorflow==2.0.0b0 +tensorflow==2.5.2 numpy>=1.15.0 \ No newline at end of file