From 1db347d73ac9dc5259c0300ee489d7df12a37958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:32:06 +0000 Subject: [PATCH] Bump tensorflow from 1.13.1 to 2.9.3 in /image-hash Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.13.1 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.13.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- image-hash/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 image-hash/requirements.txt diff --git a/image-hash/requirements.txt b/image-hash/requirements.txt old mode 100755 new mode 100644 index 1a29037..cdbc17a --- a/image-hash/requirements.txt +++ b/image-hash/requirements.txt @@ -1,4 +1,4 @@ numpy >= 1.16.4 pillow >= 6.0.0 -tensorflow == 1.13.1 +tensorflow == 2.9.3 scikit-learn >= 0.19.1