Skip to content

Commit

Permalink
remove cuml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 24, 2025
1 parent 9d1c70d commit dc16e6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions rapids-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@
"libcuml": {
"has_conda_package": true,
"has_cuda_suffix": true,
"has_wheel_package": true,
"has_wheel_package": false,
"publishes_prereleases": true
},
"libcuml-tests": {
Expand Down Expand Up @@ -1796,7 +1796,7 @@
"libcugraph": {
"has_conda_package": true,
"has_cuda_suffix": true,
"has_wheel_package": false,
"has_wheel_package": true,
"publishes_prereleases": true
},
"libcugraph_etl": {
Expand Down Expand Up @@ -1937,7 +1937,7 @@
"libcuvs": {
"has_conda_package": true,
"has_cuda_suffix": true,
"has_wheel_package": false,
"has_wheel_package": true,
"publishes_prereleases": true
},
"libcuvs-static": {
Expand Down
3 changes: 0 additions & 3 deletions src/rapids_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,6 @@
all_metadata.versions["25.02"].repositories["cugraph"].packages["libcugraph"] = (
RAPIDSPackage(has_wheel_package=True)
)
all_metadata.versions["25.02"].repositories["cuml"].packages["libcuml"] = RAPIDSPackage(
has_wheel_package=True
)
all_metadata.versions["25.02"].repositories["cuvs"].packages["libcuvs"] = RAPIDSPackage(
has_wheel_package=True
)
Expand Down

0 comments on commit dc16e6e

Please sign in to comment.