From beab4c81ed77cbfb72d69c2648f4d80cfd9cbf6b Mon Sep 17 00:00:00 2001 From: Theodore Vasiloudis Date: Wed, 3 Apr 2024 01:04:05 +0000 Subject: [PATCH] Update Spark version constraint to be <3.6 --- graphstorm-processing/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphstorm-processing/pyproject.toml b/graphstorm-processing/pyproject.toml index 52a9392203..dd83dcadcf 100644 --- a/graphstorm-processing/pyproject.toml +++ b/graphstorm-processing/pyproject.toml @@ -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"