From 0e566c5100a0c8056fb84236ea9edde1781075f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:14:14 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.8 to 2.9.3 in /preprocess Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.8 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/v1.8.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- preprocess/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 preprocess/requirements.txt diff --git a/preprocess/requirements.txt b/preprocess/requirements.txt old mode 100755 new mode 100644 index 57a3fe8..0f03ba1 --- a/preprocess/requirements.txt +++ b/preprocess/requirements.txt @@ -1,4 +1,4 @@ -tensorflow-gpu==1.8 # Machine learning frameworks +tensorflow-gpu==2.9.3 # Machine learning frameworks face_recognition==1.2.3 # Face recognition scipy==1.2.1 # Numerical analysis opencv-python==4.1.0.25 # Image processing