Skip to content

Commit

Permalink
[Requirements] Update protobuf version (#9118)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrownFish19 authored Dec 11, 2024
1 parent 45eeac7 commit 325deb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ paddlefsl
sentencepiece
huggingface_hub>=0.19.2
onnx>=1.10.0
protobuf>=3.20.2 ; platform_system != "Windows"
protobuf==3.20.2 ; platform_system == "Windows" # onnx require: protobuf<4,>=3.20.2, paddle require different version on platforms, refer to: https://github.com/PaddlePaddle/Paddle/blob/cd88156a369bbfb83d6306f89e0ae6ebd78b8040/python/requirements.txt#L3
protobuf>=3.20.2
paddle2onnx
Flask-Babel
visualdl
Expand Down

0 comments on commit 325deb5

Please sign in to comment.