Skip to content

Commit

Permalink
Set loverbound for pyspark<3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Sep 21, 2023
1 parent 9ec19f6 commit 89b39e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postBuild
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,<=3.2' '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 89b39e2

Please sign in to comment.