File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,8 @@ echo "Install Python packages"
4545python3 -m venv myenv
4646source myenv/bin/activate
4747pip 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
Original file line number Diff line number Diff line change @@ -45,11 +45,8 @@ echo "Install Python packages"
4545python3 -m venv myenv
4646source myenv/bin/activate
4747pip 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
You can’t perform that action at this time.
0 commit comments