Skip to content

Commit 30a91f6

Browse files
authored
Fix package names in manifest for dask-cudf and cudf-polars (#471)
Although the subdirectories have underscores, the advertised package names have hyphens. Without this, we end up depending on dask-cudf in the combined conda dev environment that then pulls in cudf. sadtimes.gif
1 parent 587e391 commit 30a91f6

File tree

1 file changed

+2
-2
lines changed
  • features/src/rapids-build-utils/opt/rapids-build-utils

1 file changed

+2
-2
lines changed

features/src/rapids-build-utils/opt/rapids-build-utils/manifest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ repos:
8383
sub_dir: python/cudf
8484
depends: [cudf]
8585
args: {install: *rapids_build_backend_args}
86-
- name: dask_cudf
86+
- name: dask-cudf
8787
sub_dir: python/dask_cudf
8888
args: {install: *rapids_build_backend_args}
89-
- name: cudf_polars
89+
- name: cudf-polars
9090
sub_dir: python/cudf_polars
9191
args: {install: *rapids_build_backend_args}
9292
- name: cudf_kafka

0 commit comments

Comments
 (0)