From 6cb6c6f8454cc3ed1953718323a73d5c213ccb32 Mon Sep 17 00:00:00 2001 From: raisadz <34237447+raisadz@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:29:57 +0000 Subject: [PATCH] remove cudf from import hooks (#1445) --- narwhals/dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/narwhals/dependencies.py b/narwhals/dependencies.py index f32ee3218..009469536 100644 --- a/narwhals/dependencies.py +++ b/narwhals/dependencies.py @@ -28,7 +28,7 @@ # We silently allow these but - given that they claim # to be drop-in replacements for pandas - testing is # their responsibility. -IMPORT_HOOKS = frozenset(["cudf", "fireducks"]) +IMPORT_HOOKS = frozenset(["fireducks"]) def get_polars() -> Any: