From bf9e55797327b14ff9379929bcfb410218a90b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:16:22 +0000 Subject: [PATCH] Bump tensorflow from 2.3.1 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.11.1. - [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.11.1) --- 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..8e6cef9 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.11.1 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..9d23e95 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.11.1", "tensorlayer==2.2.3", "pycocotools" ],