From ca9613c87f9c97d24eda9dd69309ddeb216a627b Mon Sep 17 00:00:00 2001 From: Ashwini Khade Date: Fri, 8 Jul 2022 18:46:04 +0000 Subject: [PATCH] pin protobuf version to be compatible with onnx --- requirements-training.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-training.txt b/requirements-training.txt index 4b1be6cef9b7c..82f0331314da6 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