From 18b8c45e1e1ab28e54bf5d934556db2a6f729875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:22:11 +0000 Subject: [PATCH] Bump tensorflow-gpu in /track1-multi-intersection-counting Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.5.0 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.5.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- track1-multi-intersection-counting/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/track1-multi-intersection-counting/requirements.txt b/track1-multi-intersection-counting/requirements.txt index 3f21729..1d26200 100644 --- a/track1-multi-intersection-counting/requirements.txt +++ b/track1-multi-intersection-counting/requirements.txt @@ -53,7 +53,7 @@ six==1.14.0 tensorboard==1.13.1 tensorflow==2.5.0 tensorflow-estimator==1.13.0 -tensorflow-gpu==2.5.0 +tensorflow-gpu==2.9.3 termcolor==1.1.0 tqdm==4.45.0 urllib3==1.25.8