From 6b8aeda26c2907ba0b2b835fc499191e9f1298e9 Mon Sep 17 00:00:00 2001 From: Chris Cummins Date: Tue, 30 Mar 2021 22:10:12 +0100 Subject: [PATCH] Bump grpcio from 1.34 to 1.36. Issue #162. --- WORKSPACE | 7 ++++--- compiler_gym/requirements.txt | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index cdef9aee4..0e113c78a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -118,12 +118,13 @@ rules_proto_toolchains() # === GRPC === +# Version should be kept in step with compiler_gym/requirements.txt. http_archive( name = "com_github_grpc_grpc", - sha256 = "7372a881122cd85a7224435a1d58bc5e11c88d4fb98a64b83f36f3d1c2f16d39", - strip_prefix = "grpc-1.34.0", + sha256 = "1a5127c81487f4e3e57973bb332f04b9159f94d860c207e096d8a587d371edbd", + strip_prefix = "grpc-1.36.0", urls = [ - "https://github.com/grpc/grpc/archive/v1.34.0.tar.gz", + "https://github.com/grpc/grpc/archive/v1.36.0.tar.gz", ], ) diff --git a/compiler_gym/requirements.txt b/compiler_gym/requirements.txt index da16262e0..c973f6e71 100644 --- a/compiler_gym/requirements.txt +++ b/compiler_gym/requirements.txt @@ -1,7 +1,8 @@ absl-py>=0.10.0 deprecated>=1.2.12 fasteners==0.15 -grpcio==1.34.0 +# Version should be kept in step with @com_github_grpc_grpc in WORKSPACE. +grpcio>=1.36.0 gym>=0.17.2 humanize>=2.6.0 networkx==2.5