Skip to content

Commit

Permalink
Bump grpcio from 1.34 to 1.36.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Mar 30, 2021
1 parent 4fe4fe4 commit ef6c40d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
)

Expand Down
3 changes: 2 additions & 1 deletion compiler_gym/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ef6c40d

Please sign in to comment.