From 9e743ae98dca92771bda5f26bb9904d20c5bee25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:03:19 +0000 Subject: [PATCH] Bump tensorflow from 2.3.1 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.1 to 2.9.3. - [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.9.3) --- 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..d496fb7 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.9.3 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..6b6dd3c 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.9.3", "tensorlayer==2.2.3", "pycocotools" ],