Update protobuf version (#5128)

This commit is contained in:
Eric Liang
2019-07-06 15:59:55 -07:00
committed by GitHub
parent 09bde397c9
commit 0448847a02
+1 -1
View File
@@ -150,7 +150,7 @@ requires = [
"six >= 1.0.0",
"flatbuffers",
"faulthandler;python_version<'3.3'",
"protobuf",
"protobuf >= 3.8.0",
]
setup(