From 5d48a6bf34e29cdd66cb5eabae603b9bf5c5fe35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 09:38:12 +0000 Subject: [PATCH] Bump tensorflow from 2.0.3 to 2.4.0 in /Projects/BeeID Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.3 to 2.4.0. - [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.3...v2.4.0) Signed-off-by: dependabot[bot] --- Projects/BeeID/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/BeeID/requirements.txt b/Projects/BeeID/requirements.txt index e5b2a96..e0eb68e 100644 --- a/Projects/BeeID/requirements.txt +++ b/Projects/BeeID/requirements.txt @@ -28,7 +28,7 @@ requests-oauthlib==1.3.0 rsa==4.6 six==1.15.0 tensorboard==2.0.2 -tensorflow==2.0.3 +tensorflow==2.4.0 tensorflow-estimator==2.0.1 termcolor==1.1.0 urllib3==1.25.10