Skip to content

Commit

Permalink
Fixed protobuf in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Clarke committed Mar 20, 2024
1 parent 9662a2e commit 8a10e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install_requires =
pandas
attrs
dataclasses ; python_version < '3.7'
protobuf >=3.5.0.post1 < 5 # Per https://github.com/grpc/grpc/blob/v1.45.3/requirements.txt
protobuf >=3.5.0.post1, < 5 # Per https://github.com/grpc/grpc/blob/v1.45.3/requirements.txt
msgpack
pyyaml
packaging
Expand Down

0 comments on commit 8a10e46

Please sign in to comment.