deps(nvidia-ml-py): add nvidia-ml-py 13.580.126 and 13.590.48 to support list

This commit is contained in:
Xuehai Pan 2026-01-28 00:57:36 +08:00
parent 86b1f2d7dd
commit 8e2a517433
2 changed files with 3 additions and 1 deletions

View file

@ -29,7 +29,7 @@ repos:
args: [--ignore-case]
files: ^docs/source/spelling_wordlist\.txt$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.13
rev: v0.14.14
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]

View file

@ -92,7 +92,9 @@ PYNVML_VERSION_CANDIDATES = (
'12.575.51',
'13.580.65',
'13.580.82',
'13.580.126',
'13.590.44',
'13.590.48',
)
"""The list of supported ``nvidia-ml-py`` versions.
See also: `nvidia-ml-py's Release History <https://pypi.org/project/nvidia-ml-py/#history>`_.