Force grpcio to be >= 1.42.0 for python 3.10 (#27269)

This commit is contained in:
Alan Guo 2022-08-08 17:37:18 -07:00 committed by GitHub
parent e5c3f1cf3a
commit 3a819fafb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'",