From 473ea0550ea504b1cce23a5d79a3f8bd9709c359 Mon Sep 17 00:00:00 2001 From: Shehab <11789402+shehabgamin@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:38:24 -0800 Subject: [PATCH] update: bump sail version --- sail-partitioned/benchmark.sh | 7 ++----- sail/benchmark.sh | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/sail-partitioned/benchmark.sh b/sail-partitioned/benchmark.sh index 1059ef74a..6063cfcc3 100755 --- a/sail-partitioned/benchmark.sh +++ b/sail-partitioned/benchmark.sh @@ -45,11 +45,8 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -pip install --no-cache-dir "pysail>=0.4.2,<0.5.0" -pip install "pyspark-client==4.0.0" \ - "protobuf==5.28.3" \ - "grpcio==1.71.2" \ - "grpcio-status==1.71.2" \ +pip install --no-cache-dir "pysail>=0.4.6,<0.6.0" +pip install "pyspark-client==4.1.1" \ pandas \ psutil diff --git a/sail/benchmark.sh b/sail/benchmark.sh index e61e8dfe2..42c2f8134 100755 --- a/sail/benchmark.sh +++ b/sail/benchmark.sh @@ -45,11 +45,8 @@ echo "Install Python packages" python3 -m venv myenv source myenv/bin/activate pip install --upgrade setuptools wheel -pip install --no-cache-dir "pysail>=0.4.2,<0.5.0" -pip install "pyspark-client==4.0.0" \ - "protobuf==5.28.3" \ - "grpcio==1.71.2" \ - "grpcio-status==1.71.2" \ +pip install --no-cache-dir "pysail>=0.4.6,<0.6.0" +pip install "pyspark-client==4.1.1" \ pandas \ psutil