Skip to content

Commit

Permalink
Alphabetize package list
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 28, 2024
1 parent f7e047e commit 8b7e9e1
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/rapids_pre_commit_hooks/alpha_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,32 +21,32 @@
from .lint import LintMain

RAPIDS_ALPHA_SPEC_PACKAGES = {
"rmm",
"pylibcugraphops",
"pylibcugraph",
"nx-cugraph",
"dask-cudf",
"cuspatial",
"cuproj",
"cuml",
"cugraph",
"cudf",
"ptxcompiler",
"cubinlinker",
"cucim",
"cudf",
"cugraph",
"cugraph-dgl",
"cugraph-pyg",
"cugraph-equivariant",
"raft-dask",
"pylibwholegraph",
"pylibraft",
"cugraph-pyg",
"cuml",
"cuproj",
"cuspatial",
"cuxfilter",
"cucim",
"ucx-py",
"ucxx",
"pynvjitlink",
"dask-cudf",
"distributed-ucxx",
"librmm",
"libucx",
"nx-cugraph",
"ptxcompiler",
"pylibcugraph",
"pylibcugraphops",
"pylibraft",
"pylibwholegraph",
"pynvjitlink",
"raft-dask",
"rmm",
"ucx-py",
"ucxx",
}

RAPIDS_CUDA_SUFFIXED_PACKAGES = set(RAPIDS_ALPHA_SPEC_PACKAGES)
Expand Down

0 comments on commit 8b7e9e1

Please sign in to comment.