Skip to content

Commit

Permalink
fix: update Spark min version in utils.py (#1760)
Browse files Browse the repository at this point in the history
update min version in utils
  • Loading branch information
EdAbati authored Jan 8, 2025
1 parent 1bdf4dc commit 373320e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def is_ibis(self) -> bool:
Implementation.MODIN: (0, 25, 3),
Implementation.CUDF: (24, 10),
Implementation.PYARROW: (11,),
Implementation.PYSPARK: (3, 3),
Implementation.PYSPARK: (3, 5),
Implementation.POLARS: (0, 20, 3),
Implementation.DASK: (2024, 8),
Implementation.DUCKDB: (1,),
Expand Down

0 comments on commit 373320e

Please sign in to comment.