Skip to content

Commit e307d12

Browse files
authored
Merge pull request #763 from shehabgamin/bump-sail
Update: bump sail version
2 parents aa70b20 + 17762cc commit e307d12

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

sail-partitioned/benchmark.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ echo "Install Python packages"
4545
python3 -m venv myenv
4646
source myenv/bin/activate
4747
pip install --upgrade setuptools wheel
48-
pip install --no-cache-dir "pysail>=0.4.2,<0.5.0"
49-
pip install "pyspark-client==4.0.0" \
50-
"protobuf==5.28.3" \
51-
"grpcio==1.71.2" \
52-
"grpcio-status==1.71.2" \
48+
pip install --no-cache-dir "pysail==0.5.2"
49+
pip install "pyspark-client==4.1.1" \
5350
pandas \
5451
psutil
5552

sail/benchmark.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ echo "Install Python packages"
4545
python3 -m venv myenv
4646
source myenv/bin/activate
4747
pip install --upgrade setuptools wheel
48-
pip install --no-cache-dir "pysail>=0.4.2,<0.5.0"
49-
pip install "pyspark-client==4.0.0" \
50-
"protobuf==5.28.3" \
51-
"grpcio==1.71.2" \
52-
"grpcio-status==1.71.2" \
48+
pip install --no-cache-dir "pysail==0.5.2"
49+
pip install "pyspark-client==4.1.1" \
5350
pandas \
5451
psutil
5552

0 commit comments

Comments
 (0)