Skip to content

Commit

Permalink
Bump grpcio to 1.32.0 because we require grpc's asyncio api (ray-proj…
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwguo authored and justinvyu committed Sep 14, 2022
1 parent 610dce7 commit 1b5e3ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ cloudpickle
filelock
frozenlist
gpustat == 1.0.0b1
grpcio >= 1.28.1, <= 1.43.0
grpcio >= 1.32.0, <= 1.43.0; python_version < '3.10'
grpcio >= 1.42.0, <= 1.43.0; python_version >= '3.10'
jsonschema
msgpack >= 1.0.0, < 2.0.0
numpy >= 1.16
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def get_packages(self):
"click >= 7.0, <= 8.0.4",
"dataclasses; python_version < '3.7'",
"filelock",
"grpcio >= 1.28.1, <= 1.43.0; python_version < '3.10'",
"grpcio >= 1.32.0, <= 1.43.0; python_version < '3.10'",
"grpcio >= 1.42.0, <= 1.43.0; python_version >= '3.10'",
"jsonschema",
"msgpack >= 1.0.0, < 2.0.0",
Expand Down

0 comments on commit 1b5e3ef

Please sign in to comment.