Skip to content

Commit

Permalink
Add cudf_kafka package
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Aug 6, 2024
1 parent 44323dd commit bb5fc46
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions rapids-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"cudf_kafka": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"dask-cudf": {
"has_cuda_suffix": true,
"publishes_prereleases": true
Expand Down Expand Up @@ -260,6 +264,10 @@
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"cudf_kafka": {
"has_cuda_suffix": true,
"publishes_prereleases": true
},
"dask-cudf": {
"has_cuda_suffix": true,
"publishes_prereleases": true
Expand Down
5 changes: 3 additions & 2 deletions src/rapids_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
"cudf": RAPIDSRepository(
packages={
"cudf": RAPIDSPackage(),
"libcudf": RAPIDSPackage(),
"dask-cudf": RAPIDSPackage(),
"cudf-polars": RAPIDSPackage(),
"cudf_kafka": RAPIDSPackage(),
"dask-cudf": RAPIDSPackage(),
"libcudf": RAPIDSPackage(),
}
),
"cugraph": RAPIDSRepository(
Expand Down

0 comments on commit bb5fc46

Please sign in to comment.