From 89b39e23556a99bed752c31e9ed573f10494ec59 Mon Sep 17 00:00:00 2001 From: Hyukjin Kwon Date: Thu, 21 Sep 2023 09:57:44 +0900 Subject: [PATCH] Set loverbound for pyspark<3.2 --- postBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postBuild b/postBuild index 01a30a85b..8835c1b77 100755 --- a/postBuild +++ b/postBuild @@ -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