From 386aa8eab628f44b3f5a7bf09c74c55792a5fe47 Mon Sep 17 00:00:00 2001 From: Edward Chen <18449977+edgchen1@users.noreply.github.com> Date: Fri, 10 Jun 2022 14:08:52 -0700 Subject: [PATCH] Pin protobuf dependency (of ONNX) to specific version. --- mobile/examples/basic_usage/model/requirements.txt | 1 + .../ios/ORTObjectDetection/prepare_model.requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/mobile/examples/basic_usage/model/requirements.txt b/mobile/examples/basic_usage/model/requirements.txt index aa4fc09ee..41b1d1d65 100644 --- a/mobile/examples/basic_usage/model/requirements.txt +++ b/mobile/examples/basic_usage/model/requirements.txt @@ -1,2 +1,3 @@ onnx==1.10.0 onnxruntime==1.10.0 +protobuf==3.20.1 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..e650e2547 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,5 @@ onnx==1.10.0 onnxruntime==1.10.0 +protobuf==3.20.1 tensorflow==2.6.3 tf2onnx==1.9.3