From 189b086b276f5078db28ea6656c5a73757b7c7e8 Mon Sep 17 00:00:00 2001 From: risemeup1 <62429225+risemeup1@users.noreply.github.com> Date: Fri, 17 Mar 2023 17:17:34 +0800 Subject: [PATCH] limit protobuf version >= 3.20.2 (#51161) * limit protobu_version > 3.20.0 * limit protobu_version > 3.20.0 --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 7670770cb20..afb2b120075 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,6 +1,6 @@ requests>=2.20.0 numpy>=1.13 -protobuf>=3.20.0 ; platform_system != "Windows" +protobuf>=3.20.2 ; platform_system != "Windows" protobuf>=3.1.0, <=3.20.2 ; platform_system == "Windows" Pillow decorator -- GitLab