From 0448847a02c8c7933eebacc3c39b8ec1c61897c0 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Sat, 6 Jul 2019 15:59:55 -0700 Subject: [PATCH] Update protobuf version (#5128) --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index e7cf14737..a0b5376ca 100644 --- a/python/setup.py +++ b/python/setup.py @@ -150,7 +150,7 @@ requires = [ "six >= 1.0.0", "flatbuffers", "faulthandler;python_version<'3.3'", - "protobuf", + "protobuf >= 3.8.0", ] setup(