Skip to content

Commit a9092e4

Browse files
author
kx79wq
committed
[tst]: for tests restrict spark<4
TODO: histogrammar-scala does not yet support spark4.
1 parent d93269d commit a9092e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pandas = [
4040
"pandas"
4141
]
4242
spark = [
43-
"pyspark>=3.1; python_version <= '3.11'",
43+
"pyspark<4; python_version <= '3.11'",
4444
]
4545
test = [
4646
"ipykernel>=5.1.3",

0 commit comments

Comments
 (0)