Skip to content

Commit

Permalink
fix bug of cuda 12 classifier (#782)
Browse files Browse the repository at this point in the history
Signed-off-by: YanxuanLiu <yanxuanl@nvidia.com>
  • Loading branch information
YanxuanLiu authored Nov 11, 2024
1 parent cc08a39 commit 7025c91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ classifiers = [
"Environment :: GPU :: NVIDIA CUDA :: 11.7",
"Environment :: GPU :: NVIDIA CUDA :: 11.8",
"Environment :: GPU :: NVIDIA CUDA :: 12",
"Environment :: GPU :: NVIDIA CUDA :: 12.0",
"Environment :: GPU :: NVIDIA CUDA :: 12.1",
"Environment :: GPU :: NVIDIA CUDA :: 12.2",
"Environment :: GPU :: NVIDIA CUDA :: 12.3",
"Environment :: GPU :: NVIDIA CUDA :: 12.4",
"Environment :: GPU :: NVIDIA CUDA :: 12.5",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.0",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.1",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.2",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.3",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.4",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.5",
]

[project.scripts]
Expand Down

0 comments on commit 7025c91

Please sign in to comment.