From 301953ab1d53c5c85f7e6b989a7cc064f0339ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:14:56 +0000 Subject: [PATCH] Bump tensorflow from 1.8 to 2.11.1 in /code/yuz-tanima/python/facenet Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.8 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/v1.8.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/yuz-tanima/python/facenet/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 code/yuz-tanima/python/facenet/requirements.txt diff --git a/code/yuz-tanima/python/facenet/requirements.txt b/code/yuz-tanima/python/facenet/requirements.txt old mode 100755 new mode 100644 index 77c7f82..010d5ac --- a/code/yuz-tanima/python/facenet/requirements.txt +++ b/code/yuz-tanima/python/facenet/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==1.8 +tensorflow==2.11.1 scipy scikit-learn opencv-python