From 0f3520f9add4518fba524cd2b1a9ae5a5f75b261 Mon Sep 17 00:00:00 2001 From: Misha Chornyi <99709299+mc-nv@users.noreply.github.com> Date: Tue, 7 May 2024 09:57:12 -0700 Subject: [PATCH] Remove gRPC version lock (#871) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3c2d2035..467956767 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cryptography>=3.3.2 distro>=1.5.0 docker>=4.3.1 gevent>=22.08.0 -grpcio<=1.59.3 # 1.60.0 has broken L0_ssl_grpc. The client gets corrupted and can't connect +grpcio>=1.41.0 httplib2>=0.19.0 matplotlib>=3.3.4 numba>=0.51.2