Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cudf type-check imports for 21.10+ #1189

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update import
  • Loading branch information
rjzamora committed Oct 15, 2021
commit 72d05e356260b4ab1266d3762b57017627ace3ae
2 changes: 1 addition & 1 deletion nvtabular/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
import cupy as cp
import dask_cudf
import rmm
from cudf.api.types import is_list_dtype, is_string_dtype
from cudf.core.column import as_column, build_column
from cudf.utils.dtypes import is_list_dtype, is_string_dtype

HAS_GPU = True
except ImportError:
Expand Down