deps(nvidia-ml-py): add nvidia-ml-py 13.590.44 to support list

This commit is contained in:
Xuehai Pan 2025-12-09 13:19:39 +08:00
parent ce152e6d98
commit de681c992c
3 changed files with 3 additions and 2 deletions

View file

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

View file

@ -47,7 +47,7 @@ classifiers = [
]
dependencies = [
# Sync with nvitop/version.py and requirements.txt
"nvidia-ml-py >= 11.450.51, < 13.581.0a0",
"nvidia-ml-py >= 11.450.51, < 13.591.0a0",
"psutil >= 5.6.6",
"colorama >= 0.4.0; platform_system == 'Windows'",
"windows-curses >= 2.2.0; platform_system == 'Windows'",

View file

@ -1,5 +1,5 @@
# Sync with pyproject.toml and nvitop/version.py
nvidia-ml-py >= 11.450.51, < 13.581.0a0
nvidia-ml-py >= 11.450.51, < 13.591.0a0
psutil >= 5.6.6
colorama >= 0.4.0; platform_system == 'Windows'
windows-curses >= 2.2.0; platform_system == 'Windows'