From 05102e6f80317192188ee6fdb8d2d63013dbdc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:27:49 +0000 Subject: [PATCH] Bump tensorflow from 2.3.0 to 2.11.1 in /rmltraintfmobilepose Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.0 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.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rmltraintfmobilepose/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmltraintfmobilepose/setup.py b/rmltraintfmobilepose/setup.py index 33dbe88..cefad82 100644 --- a/rmltraintfmobilepose/setup.py +++ b/rmltraintfmobilepose/setup.py @@ -9,7 +9,7 @@ packages=find_packages(), install_requires=[ "numpy", # ==1.18.4', - "tensorflow==2.3.0", + "tensorflow==2.11.1", "opencv-python", # ==4.2.0.34', "tqdm", # ==4.36.1', "matplotlib", # ==2.2.2',