Skip to content

Commit 19061cd

Browse files
authored
Update pyspark version in pyproject.toml
1 parent 1707a59 commit 19061cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_tools/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ dependencies = [
8686
# used for retrieving available memory on the host
8787
"psutil==6.1.1",
8888
# pyspark for distributed computing
89-
"pyspark==3.5.0"
89+
"pyspark>=3.4.2,<4.0.0"
9090
]
9191
dynamic=["entry-points", "version"]
9292

0 commit comments

Comments
 (0)