From bbbd48ecc5f3db38320e649c0ff41df388f886e8 Mon Sep 17 00:00:00 2001 From: aziz bahri <azizb@amd.com> Date: Wed, 8 Jun 2022 16:59:16 +0100 Subject: [PATCH] freeze protobuf to 3.20.1 protobuf 4.21 breaks onnx so freezing it as a workaround see discussion here: https://github.com/protocolbuffers/protobuf/issues/10051 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index da0ec0b63..fe12100f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,3 +15,4 @@ setupext-janitor>=1.1.2 toposort==1.5 vcdvcd==1.0.5 wget==3.2 +protobuf==3.20.1 \ No newline at end of file -- GitLab