Skip to content

Commit 5fdd8eb

Browse files
authored
Pin PySpark due to test failures/incompatibilities (#2010)
Signed-off-by: Deepyaman Datta <[email protected]>
1 parent 7cdd086 commit 5fdd8eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- pandas-stubs
2424

2525
# pyspark extra
26-
- pyspark[connect] >= 3.2.0
26+
- pyspark[connect] >= 3.2.0, < 4.0.0
2727

2828
# polars extra
2929
- polars >= 0.20.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ geopandas = [
6464
"geopandas",
6565
"shapely",
6666
]
67-
pyspark = ["pyspark[connect] >= 3.2.0"]
67+
pyspark = ["pyspark[connect] >= 3.2.0, < 4.0.0"]
6868
modin = [
6969
"modin",
7070
"ray",
@@ -92,7 +92,7 @@ all = [
9292
"pyyaml >= 5.1",
9393
"black",
9494
"frictionless <= 4.40.8",
95-
"pyspark[connect] >= 3.2.0",
95+
"pyspark[connect] >= 3.2.0, < 4.0.0",
9696
"modin",
9797
"ray",
9898
"dask[dataframe]",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pyarrow
1212
pydantic
1313
scipy
1414
pandas-stubs
15-
pyspark[connect] >= 3.2.0
15+
pyspark[connect] >= 3.2.0, < 4.0.0
1616
polars >= 0.20.0
1717
modin
1818
protobuf

0 commit comments

Comments
 (0)