From d508bfd31d5b3dd31eb693a0e51786d30f946210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Jan 2021 09:03:08 +0000 Subject: [PATCH] Bump tensorflow from 2.3.1 to 2.4.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 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.3.1...v2.4.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 19c64ddd..bae4e70b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ cython>=0.29 numpy==1.16.4 easydict>=1.9,<=1.10 opencv-python>=3.4,<3.5 -tensorflow==2.3.1 +tensorflow==2.4.0 tensorlayer==2.2.3 pycocotools # must be installed after cython and numpy are installed