Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove cugraph-equivariant #33

Merged
merged 1 commit into from
Nov 15, 2024
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