Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These fmt: comments prevent black from wrapping the line with cugraph-equivariant. I think it's much easier to read this without the wrapping.


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