Skip to content

Commit

Permalink
Bump the required protobuf version (#11728)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhseu authored and Vijay Vasudevan committed Jul 25, 2017
1 parent d9ca723 commit ce3c466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
REQUIRED_PACKAGES = [
'numpy >= 1.11.0',
'six >= 1.10.0',
'protobuf >= 3.2.0',
'protobuf >= 3.3.0',
'tensorflow-tensorboard',
]

Expand Down

0 comments on commit ce3c466

Please sign in to comment.