From 6cd5a649d71f008efed1bf22f33a41184c590768 Mon Sep 17 00:00:00 2001 From: Steffy-zxf <48793257+Steffy-zxf@users.noreply.github.com> Date: Thu, 17 Oct 2019 11:20:32 +0800 Subject: [PATCH] update protobuf version 3.6.0 (#190) --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3e2b8960..3bce2242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ #for python2, you should use requirements_py2.txt pre-commit -protobuf >= 3.1.0 +protobuf >= 3.6.0 yapf == 0.26.0 pyyaml numpy diff --git a/setup.py b/setup.py index 93d9b1a8..f79399ed 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def python_version(): max_version, mid_version, min_version = python_version() REQUIRED_PACKAGES = [ - 'six >= 1.10.0', 'protobuf >= 3.1.0', 'pyyaml', 'Pillow', 'requests', + 'six >= 1.10.0', 'protobuf >= 3.6.0', 'pyyaml', 'Pillow', 'requests', 'tb-paddle', 'tb-nightly', 'cma == 2.7.0' ] -- GitLab