Skip to content

Commit

Permalink
Set the lowerbound for PySpark version in Koalas Binder integration
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Sep 21, 2023
1 parent bcb3f77 commit be7dbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

# Install PySpark manually because it does not exist in requirement file.
# This file is used in Binder integration.
pip install 'pyspark>=2.4' 'matplotlib>=3.0.0,<3.3.0' 'plotly>=4.8'
pip install 'pyspark>=2.4,<=3.2' 'matplotlib>=3.0.0,<3.3.0' 'plotly>=4.8'
echo "export PYARROW_IGNORE_TIMEZONE=1" >> ~/.profile

0 comments on commit be7dbe9

Please sign in to comment.