From 1119cc6105ce1abadf38f5b6418935a210184940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:18:13 +0000 Subject: [PATCH] Bump tensorflow-gpu Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.11.0 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/v1.11.0...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../04-CV/02-detection/yolov3/docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 03-deep_learning/01-tensorflow_examples/04-CV/02-detection/yolov3/docs/requirements.txt diff --git a/03-deep_learning/01-tensorflow_examples/04-CV/02-detection/yolov3/docs/requirements.txt b/03-deep_learning/01-tensorflow_examples/04-CV/02-detection/yolov3/docs/requirements.txt old mode 100755 new mode 100644 index 3221456e..7cca3ed1 --- a/03-deep_learning/01-tensorflow_examples/04-CV/02-detection/yolov3/docs/requirements.txt +++ b/03-deep_learning/01-tensorflow_examples/04-CV/02-detection/yolov3/docs/requirements.txt @@ -1,6 +1,6 @@ numpy==1.15.1 Pillow==5.3.0 scipy==1.1.0 -tensorflow-gpu==1.11.0 +tensorflow-gpu==2.7.2 wget==3.2 seaborn==0.9.0