Unverified Commit 1b723a6b authored by Yuting Jiang's avatar Yuting Jiang Committed by GitHub
Browse files

Limit protobuf version to be 3.20.x (#645)

**Description**
Limit protobuf version to be 3.20.x due to onnx reqirement

<img width="1135" alt="未命名图片"
src="https://github.com/user-attachments/assets/f1d52056-4697-4fb9-9fab-22f38765c53f">
parent 96cc4d93
...@@ -168,6 +168,7 @@ def run(self): ...@@ -168,6 +168,7 @@ def run(self):
'openpyxl>=3.0.7', 'openpyxl>=3.0.7',
'packaging>=21.0', 'packaging>=21.0',
'pandas>=1.1.5', 'pandas>=1.1.5',
'protobuf<=3.20.3',
'pssh @ git+https://github.com/lilydjwg/pssh.git@v2.3.4', 'pssh @ git+https://github.com/lilydjwg/pssh.git@v2.3.4',
'pyyaml>=5.3', 'pyyaml>=5.3',
'requests>=2.27.1', 'requests>=2.27.1',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment