From cf68a2fd865168a9f65a480d5a3ad3f3c53a5a57 Mon Sep 17 00:00:00 2001 From: zhouaihui Date: Wed, 24 Jan 2024 14:36:58 +0800 Subject: [PATCH] Grpcio >= 1.42.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a678258..1ca4efa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ ray>=1.13.0 cloudpickle pickle5==0.0.11; python_version < '3.8' protobuf -grpcio>=1.32.0 +grpcio>=1.42.0