Skip to content

Commit

Permalink
Restrict protobuf to be >= 3.8.0, <4
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 516267032
  • Loading branch information
TensorFlow Hub Authors authored and copybara-github committed Mar 13, 2023
1 parent fe11a51 commit 141e560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_hub/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

REQUIRED_PACKAGES = [
'numpy >= 1.12.0',
'protobuf >= 3.8.0', # No less than what ../WORKSPACE uses.
'protobuf >= 3.8.0, < 4.0', # No less than what ../WORKSPACE uses.
]

project_name = 'tensorflow-hub'
Expand Down

0 comments on commit 141e560

Please sign in to comment.