Skip to content

Commit

Permalink
update min version in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
EdAbati committed Jan 7, 2025
1 parent 1bdf4dc commit 8e1e331
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 8e1e331

Please sign in to comment.