Skip to content

Commit

Permalink
Limit protobuf version to be 3.20.x (#645)
Browse files Browse the repository at this point in the history
**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">
  • Loading branch information
yukirora authored Sep 19, 2024
1 parent 96cc4d9 commit 1b723a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]',
'pyyaml>=5.3',
'requests>=2.27.1',
Expand Down

0 comments on commit 1b723a6

Please sign in to comment.