Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sail-partitioned/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo "Install Python packages"
python3 -m venv myenv
source myenv/bin/activate
pip install --upgrade setuptools wheel
pip install --no-cache-dir "pysail==0.5.2"
pip install --no-cache-dir "pysail>=0.6.0,<0.7.0"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is too much of a moving target, please fix the desired version.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! Thanks for the review!

pip install "pyspark-client==4.1.1" \
pandas \
psutil
Expand Down
2 changes: 1 addition & 1 deletion sail/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo "Install Python packages"
python3 -m venv myenv
source myenv/bin/activate
pip install --upgrade setuptools wheel
pip install --no-cache-dir "pysail==0.5.2"
pip install --no-cache-dir "pysail>=0.6.0,<0.7.0"
pip install "pyspark-client==4.1.1" \
pandas \
psutil
Expand Down