From 373320ef28d32c99d4b1c39db956c7ba2f732775 Mon Sep 17 00:00:00 2001 From: Edoardo Abati <29585319+EdAbati@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:16:18 +0100 Subject: [PATCH] fix: update Spark min version in `utils.py` (#1760) update min version in utils --- narwhals/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narwhals/utils.py b/narwhals/utils.py index 591cd53ae..c03642c90 100644 --- a/narwhals/utils.py +++ b/narwhals/utils.py @@ -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,),