File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ echo "Install Python packages"
4545python3 -m venv myenv
4646source myenv/bin/activate
4747pip install --upgrade setuptools wheel
48- env RUSTFLAGS= " -C target-cpu=native " pip install --no-cache-dir " pysail== 0.4.1 " -v --no-binary pysail
48+ pip install --no-cache-dir " pysail>= 0.4.2,<0.5.0 "
4949pip install " pyspark-client==4.0.0" \
5050 " protobuf==5.28.3" \
5151 " grpcio==1.71.2" \
Original file line number Diff line number Diff line change 1+ {}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ echo "Install Python packages"
4545python3 -m venv myenv
4646source myenv/bin/activate
4747pip install --upgrade setuptools wheel
48- env RUSTFLAGS= " -C target-cpu=native " pip install --no-cache-dir " pysail== 0.4.1 " -v --no-binary pysail
48+ pip install --no-cache-dir " pysail>= 0.4.2,<0.5.0 "
4949pip install " pyspark-client==4.0.0" \
5050 " protobuf==5.28.3" \
5151 " grpcio==1.71.2" \
Original file line number Diff line number Diff line change 1+ {}
You can’t perform that action at this time.
0 commit comments