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

This commit is contained in:
Xuehai Pan 2025-01-27 01:30:53 +08:00
parent 1d0a690521
commit d5a05e664d
3 changed files with 3 additions and 2 deletions

View file

@ -80,6 +80,7 @@ PYNVML_VERSION_CANDIDATES = (
'12.550.89',
'12.555.43',
'12.560.30',
'12.570.86',
)
"""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, < 12.561.0a0",
"nvidia-ml-py >= 11.450.51, < 12.571.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, < 12.561.0a0
nvidia-ml-py >= 11.450.51, < 12.571.0a0
psutil >= 5.6.6
colorama >= 0.4.0; platform_system == 'Windows'
windows-curses >= 2.2.0; platform_system == 'Windows'