mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
Force grpcio to be >= 1.42.0 for python 3.10 (#27269)
This commit is contained in:
parent
e5c3f1cf3a
commit
3a819fafb7
1 changed files with 2 additions and 1 deletions
|
@ -291,7 +291,8 @@ if setup_spec.type == SetupType.RAY:
|
|||
"click >= 7.0, <= 8.0.4",
|
||||
"dataclasses; python_version < '3.7'",
|
||||
"filelock",
|
||||
"grpcio >= 1.28.1, <= 1.43.0",
|
||||
"grpcio >= 1.28.1, <= 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; python_version < '3.9'",
|
||||
|
|
Loading…
Add table
Reference in a new issue