Skip to content

Commit

Permalink
remove cugraph-ops
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 10, 2025
1 parent 9a7a26d commit f902818
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 0 additions & 16 deletions rapids-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1423,22 +1423,6 @@
}
}
},
"cugraph-ops": {
"packages": {
"libcugraphops": {
"has_conda_package": true,
"has_cuda_suffix": true,
"has_wheel_package": true,
"publishes_prereleases": true
},
"pylibcugraphops": {
"has_conda_package": true,
"has_cuda_suffix": true,
"has_wheel_package": true,
"publishes_prereleases": true
}
}
},
"cuml": {
"packages": {
"cuml": {
Expand Down
1 change: 1 addition & 0 deletions src/rapids_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,4 @@
all_metadata.versions["25.02"].repositories["cugraph-docs"] = RAPIDSRepository(
packages=dict()
)
del all_metadata.versions["25.02"].repositories["cugraph-ops"]

0 comments on commit f902818

Please sign in to comment.