Skip to content

Commit

Permalink
Update Spark version constraint to be <3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo committed Apr 3, 2024
1 parent 3a08e3f commit beab4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphstorm-processing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [

[tool.poetry.dependencies]
python = "~3.9.12"
pyspark = ">=3.3.0, <= 3.5.0"
pyspark = ">=3.3.0, < 3.6.0"
pyarrow = "~14.0.1"
boto3 = "~1.28.1"
joblib = "^1.3.1"
Expand Down

0 comments on commit beab4c8

Please sign in to comment.