Commit 50a03e7f authored by Adam Myers's avatar Adam Myers Committed by GitHub
Browse files

Update protobuf version dependency

Updates protobuf version as previous (3.0.0b2) was no longer compatible and resulted in failing bazel tests during setup process.
parent 7a2bcdc5
......@@ -77,7 +77,7 @@ source. You'll need to install:
* `brew install swig` on OSX
* protocol buffers, with a version supported by TensorFlow:
* check your protobuf version with `pip freeze | grep protobuf`
* upgrade to a supported version with `pip install -U protobuf==3.0.0b2`
* upgrade to a supported version with `pip install -U protobuf==3.3.0`
* mock, the testing package:
* `pip install mock`
* asciitree, to draw parse trees on the console for the demo:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment