Skip to content

Commit

Permalink
pandas pinned to < 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcuquemelle committed Oct 13, 2020
1 parent 59ac4de commit 89192d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/spark-with-S3/scripts/run_spark_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ python3.6 -m venv /tmp/pyspark_env
. /tmp/pyspark_env/bin/activate
pip install -U pip setuptools
pip install pypandoc
pip install s3fs pandas pyarrow==0.14.1 pyspark==2.4.4
# pandas pinned to < 1.0.0 because https://github.com/pantsbuild/pex/issues/1017
pip install s3fs 'pandas<1.0.0' pyarrow==0.14.1 pyspark==2.4.4
pip install -e /cluster-pack

curr_dir=$(dirname "$0")
Expand Down

0 comments on commit 89192d2

Please sign in to comment.