Skip to content

Commit

Permalink
Fix classifiers cuda 12 (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhthuc2502 authored Mar 12, 2024
1 parent 27092e4 commit bfa0cb3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ def _maybe_add_library_root(lib_name):
url="https://opennmt.net",
classifiers=[
"Development Status :: 5 - Production/Stable",
"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 :: 12.0",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.1",
"Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.2",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit bfa0cb3

Please sign in to comment.