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

This commit is contained in:
Xuehai Pan 2023-07-17 00:09:00 +08:00
parent db9fb6c9ce
commit 9c7545feee
3 changed files with 3 additions and 2 deletions

View file

@ -69,6 +69,7 @@ PYNVML_VERSION_CANDIDATES = (
'11.525.84',
'11.525.112',
'11.525.131',
'12.535.77',
)
"""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

@ -45,7 +45,7 @@ classifiers = [
]
dependencies = [
# Sync with nvitop/version.py and requirements.txt
"nvidia-ml-py >= 11.450.51, < 11.526.0a0",
"nvidia-ml-py >= 11.450.51, < 12.536.0a0",
"psutil >= 5.6.6",
"cachetools >= 1.0.1",
"termcolor >= 1.0.0",

View file

@ -1,5 +1,5 @@
# Sync with pyproject.toml and nvitop/version.py
nvidia-ml-py >= 11.450.51, < 11.526.0a0
nvidia-ml-py >= 11.450.51, < 12.536.0a0
psutil >= 5.6.6
cachetools >= 1.0.1
termcolor >= 1.0.0