Skip to content

Commit

Permalink
Fix rmm dependency in cudf
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 16, 2024
1 parent a2f7efd commit 2732931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/src/rapids-build-utils/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NVIDIA RAPIDS devcontainer build utilities",
"id": "rapids-build-utils",
"version": "25.2.0",
"version": "25.2.1",
"description": "A feature to install the RAPIDS devcontainer build utilities",
"containerEnv": {
"BASH_ENV": "/etc/bash.bash_env"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ repos:
cpp:
- name: cudf
sub_dir: cpp
depends: [kvikio]
depends: [rmm, kvikio]
- name: cudf_kafka
sub_dir: cpp/libcudf_kafka
depends: [cudf]
Expand Down

0 comments on commit 2732931

Please sign in to comment.