Skip to content

Commit 50a03e7

Browse files
authored
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.
1 parent 7a2bcdc commit 50a03e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ source. You'll need to install:
7777
* `brew install swig` on OSX
7878
* protocol buffers, with a version supported by TensorFlow:
7979
* check your protobuf version with `pip freeze | grep protobuf`
80-
* upgrade to a supported version with `pip install -U protobuf==3.0.0b2`
80+
* upgrade to a supported version with `pip install -U protobuf==3.3.0`
8181
* mock, the testing package:
8282
* `pip install mock`
8383
* asciitree, to draw parse trees on the console for the demo:

0 commit comments

Comments
 (0)