From 5ed70f688fc74a339e3fb3565a7562ab45817709 Mon Sep 17 00:00:00 2001 From: yejianwu Date: Tue, 16 Oct 2018 15:36:06 +0800 Subject: [PATCH] support tf 1.10.0 --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index e19c97a2..a719665d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -13,11 +13,11 @@ encrypt_opencl_kernel_repository(name = "local_opencl_kernel_encrypt") # This statement defines the @com_google_protobuf repo. http_archive( name = "com_google_protobuf", - sha256 = "542703acadc3f690d998f4641e1b988f15ba57ebca05fdfb1cd9095bec007948", - strip_prefix = "protobuf-3.4.0", + sha256 = "d7a221b3d4fb4f05b7473795ccea9e05dab3b8721f6286a95fffbffc2d926f8b", + strip_prefix = "protobuf-3.6.1", urls = [ - "https://cnbj1.fds.api.xiaomi.com/mace/third-party/protobuf/protobuf-3.4.0.zip", - "https://github.com/google/protobuf/archive/v3.4.0.zip", + "https://cnbj1.fds.api.xiaomi.com/mace/third-party/protobuf/protobuf-3.6.1.zip", + "https://github.com/google/protobuf/archive/v3.6.1.zip", ], ) -- GitLab