Skip to content

Commit

Permalink
fix cugraph dependencies, update cugraph-nx name and path
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Sep 21, 2023
1 parent 2b6851f commit 68cc4d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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": "23.10.14",
"version": "23.10.15",
"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 @@ -133,21 +133,21 @@ repos:
- name: cugraph
sub_dir: python/cugraph
depends: [pylibraft, pylibcugraph]
- name: nx-cugraph
sub_dir: python/nx-cugraph
depends: [pylibcugraph]
- name: cugraph-dgl
sub_dir: python/cugraph-dgl
depends: []
- name: cugraph-nx
sub_dir: python/cugraph-nx
depends: []
depends: [cugraph]
- name: cugraph_pyg
sub_dir: python/cugraph-pyg
depends: []
- name: cugraph-service-server
sub_dir: python/cugraph-service/client
depends: []
depends: [cugraph]
- name: cugraph-service-client
sub_dir: python/cugraph-service/server
depends: []
- name: cugraph-service-server
sub_dir: python/cugraph-service/client
depends: [cudf, dask-cudf, cugraph, cugraph-service-client]
git:
repo: cugraph
<<: *git_defaults
Expand Down

0 comments on commit 68cc4d1

Please sign in to comment.