Commit 30a91f6
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.gif1 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 changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments