From fca1275726efdc60af92df9a9d8f06bfd8f22d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:20:30 +0000 Subject: [PATCH] Bump tensorflow from 2.3.1 to 2.7.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.7.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.3.1...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 502a993..6590456 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ cython>=0.29 numpy==1.16.4 easydict>=1.9,<=1.10 opencv-python>=3.4,<3.5 -tensorflow==2.3.1 +tensorflow==2.7.2 tensorlayer==2.2.3 pycocotools==2.0.0 # must be installed after cython and numpy are installed diff --git a/setup.py b/setup.py index d62c013..15106ea 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "numpy==1.16.4", "easydict>=1.9,<=1.10", "opencv-python>=3.4,<3.5", - "tensorflow==2.3.1", + "tensorflow==2.7.2", "tensorlayer==2.2.3", "pycocotools" ],