We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93269d commit a9092e4Copy full SHA for a9092e4
pyproject.toml
@@ -40,7 +40,7 @@ pandas = [
40
"pandas"
41
]
42
spark = [
43
- "pyspark>=3.1; python_version <= '3.11'",
+ "pyspark<4; python_version <= '3.11'",
44
45
test = [
46
"ipykernel>=5.1.3",
0 commit comments