mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
deps(nvidia-ml-py): add nvidia-ml-py 13.580.126 and 13.590.48 to support list
This commit is contained in:
parent
86b1f2d7dd
commit
8e2a517433
2 changed files with 3 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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>`_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue