From 968277d8dba8c1bf330ea7d955adaeee0728a134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 17:50:16 +0000 Subject: [PATCH] Bump tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.6.3 to 2.6.4. - [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.6.3...v2.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../ios/ORTObjectDetection/prepare_model.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/examples/object_detection/ios/ORTObjectDetection/prepare_model.requirements.txt b/mobile/examples/object_detection/ios/ORTObjectDetection/prepare_model.requirements.txt index e18772160..5f6c7ad8c 100644 --- a/mobile/examples/object_detection/ios/ORTObjectDetection/prepare_model.requirements.txt +++ b/mobile/examples/object_detection/ios/ORTObjectDetection/prepare_model.requirements.txt @@ -1,4 +1,4 @@ onnx==1.10.0 onnxruntime==1.10.0 -tensorflow==2.6.3 +tensorflow==2.6.4 tf2onnx==1.9.3