Skip to content

Commit

Permalink
limit protobuf version >= 3.20.2 (#51161)
Browse files Browse the repository at this point in the history
* limit protobu_version > 3.20.0

* limit protobu_version > 3.20.0
  • Loading branch information
risemeup1 authored Mar 17, 2023
1 parent d9d3592 commit 189b086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 189b086

Please sign in to comment.