We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1707a59 commit 19061cdCopy full SHA for 19061cd
user_tools/pyproject.toml
@@ -86,7 +86,7 @@ dependencies = [
86
# used for retrieving available memory on the host
87
"psutil==6.1.1",
88
# pyspark for distributed computing
89
- "pyspark==3.5.0"
+ "pyspark>=3.4.2,<4.0.0"
90
]
91
dynamic=["entry-points", "version"]
92
0 commit comments