From 1b723a6b81b3278ca4ed47820e50919696096a75 Mon Sep 17 00:00:00 2001 From: Yuting Jiang Date: Fri, 20 Sep 2024 00:12:57 +0800 Subject: [PATCH] Limit protobuf version to be 3.20.x (#645) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Limit protobuf version to be 3.20.x due to onnx reqirement 未命名图片 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ac9f2d266..c85455593 100644 --- a/setup.py +++ b/setup.py @@ -168,6 +168,7 @@ def run(self): 'openpyxl>=3.0.7', 'packaging>=21.0', 'pandas>=1.1.5', + 'protobuf<=3.20.3', 'pssh @ git+https://github.com/lilydjwg/pssh.git@v2.3.4', 'pyyaml>=5.3', 'requests>=2.27.1',