Skip to content

Commit

Permalink
move nx-cugraph to its own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 12, 2024
1 parent 42b59b7 commit bb39d1e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
12 changes: 8 additions & 4 deletions rapids-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,6 @@
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"nx-cugraph": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"pylibcugraph": {
"has_cuda_suffix": true,
"publishes_prereleases": true
Expand Down Expand Up @@ -710,6 +706,14 @@
}
}
},
"nx-cugraph": {
"packages": {
"nx-cugraph": {
"has_cuda_suffix": true,
"publishes_prereleases": true
}
}
},
"ptxcompiler": {
"packages": {
"ptxcompiler": {
Expand Down
7 changes: 7 additions & 0 deletions src/rapids_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,10 @@
)

all_metadata.versions["24.12"] = deepcopy(all_metadata.versions["24.10"])

del all_metadata.versions["24.12"].repositories["cugraph"].packages["nx-cugraph"]
all_metadata.versions["24.12"].repositories["nx-cugraph"] = RAPIDSRepository(
packages={
"nx-cugraph": RAPIDSPackage(),
}
)

0 comments on commit bb39d1e

Please sign in to comment.