Skip to content

Commit

Permalink
remove cugraph-equivariant (#33)
Browse files Browse the repository at this point in the history
I learned yesterday that `cugraph-equivariance` is going to be
completely removed in RAPIDS 24.12:
rapidsai/cugraph#4762

This proposes updating `rapids-metadata` accordingly.
  • Loading branch information
jameslamb authored Nov 15, 2024
1 parent 871d46e commit 01c034a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rapids-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,6 @@
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"cugraph-equivariant": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"cugraph-service-client": {
"has_cuda_suffix": false,
"publishes_prereleases": true
Expand Down Expand Up @@ -856,10 +852,6 @@
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"cugraph-equivariant": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"cugraph-service-client": {
"has_cuda_suffix": false,
"publishes_prereleases": true
Expand Down
3 changes: 3 additions & 0 deletions src/rapids_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,13 @@

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

# fmt: off
del all_metadata.versions["24.12"].repositories["cugraph"].packages["cugraph-dgl"]
del all_metadata.versions["24.12"].repositories["cugraph"].packages["cugraph-equivariant"]
del all_metadata.versions["24.12"].repositories["cugraph"].packages["cugraph-pyg"]
del all_metadata.versions["24.12"].repositories["cugraph"].packages["nx-cugraph"]
del all_metadata.versions["24.12"].repositories["wholegraph"]
# fmt: on

all_metadata.versions["24.12"].repositories["cugraph-gnn"] = RAPIDSRepository(
packages={
Expand Down

0 comments on commit 01c034a

Please sign in to comment.