Skip to content

Commit

Permalink
remove cudf from import hooks (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
raisadz authored Nov 25, 2024
1 parent 43cd8bf commit 6cb6c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6cb6c6f

Please sign in to comment.