Skip to content

Commit

Permalink
create_block_manager_from_blocks comes from not just partd
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed May 3, 2024
1 parent 3381adc commit e753c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dask_cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ skip = [
filterwarnings = [
"error::FutureWarning",
"error::DeprecationWarning",
"ignore:create_block_manager_from_blocks is deprecated and will be removed in a future version. Use public APIs instead.:DeprecationWarning:partd",
"ignore:create_block_manager_from_blocks is deprecated and will be removed in a future version. Use public APIs instead.:DeprecationWarning",
# https://github.com/dask/partd/blob/main/partd/pandas.py#L198
"ignore:Passing a BlockManager to DataFrame is deprecated and will raise in a future version. Use public APIs instead.:DeprecationWarning",
"ignore:String support for `aggregate_files` is experimental. Behavior may change in the future.:FutureWarning:dask",
Expand Down

0 comments on commit e753c9d

Please sign in to comment.