From a6ecf1764a7ac1f0245460479fe2b03bb9f5cee7 Mon Sep 17 00:00:00 2001 From: Gal Topper Date: Thu, 5 Aug 2021 19:32:47 +0300 Subject: [PATCH] v0.6.x: Loosen grpcio requirements. (#279) --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 062d458f..80e57daf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,8 @@ v3io~=0.5.8 pandas~=1.0 numpy>=1.16.5, <1.20.0 pyarrow>=1,<4 -grpcio-tools~=1.30.0 -grpcio~=1.30.0 +# Can be loosened, but grpcio 1.34.0 must not be used as it segfaults (1.34.1 ok). +grpcio-tools>=1.30,<1.33 +grpcio>=1.30,<1.33 v3io-frames~=0.8 v3iofs~=0.1