Skip to content

Commit

Permalink
Add cudf-polars metadata (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA authored Jul 24, 2024
1 parent f29e758 commit 44323dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rapids-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"cudf-polars": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"dask-cudf": {
"has_cuda_suffix": true,
"publishes_prereleases": true
Expand Down Expand Up @@ -252,6 +256,10 @@
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"cudf-polars": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"dask-cudf": {
"has_cuda_suffix": true,
"publishes_prereleases": true
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 @@ -44,6 +44,7 @@
"cudf": RAPIDSPackage(),
"libcudf": RAPIDSPackage(),
"dask-cudf": RAPIDSPackage(),
"cudf-polars": RAPIDSPackage(),
}
),
"cugraph": RAPIDSRepository(
Expand Down

0 comments on commit 44323dd

Please sign in to comment.