From c6732c079b4fbf644bc939729c87d70195251d83 Mon Sep 17 00:00:00 2001 From: Ashwini Khade Date: Fri, 8 Jul 2022 15:01:27 -0700 Subject: [PATCH] pin protobuf version to be compatible with onnx (#12132) Co-authored-by: Ashwini Khade --- requirements-training.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-training.txt b/requirements-training.txt index 4b1be6cef9..82f0331314 100644 --- a/requirements-training.txt +++ b/requirements-training.txt @@ -4,6 +4,6 @@ h5py numpy >= 1.16.6 onnx packaging -protobuf +protobuf >= 3.12.2, <= 3.20.1 sympy setuptools>=41.4.0