Skip to content

Commit

Permalink
Set pyspark upper bound to <3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianjie Liu committed Oct 19, 2021
1 parent 6297721 commit ce81bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"spark": [
"databricks_cli>=0.8.6,<1",
"pyarrow>=0.12.1,<6.0.0",
"pyspark>=2.4.5,<4.0.0",
"pyspark>=2.4.5,<3.2.0",
],
"xlearn": [
"cmake>=3.18.4.post1",
Expand Down

0 comments on commit ce81bdd

Please sign in to comment.