mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
deps(nvidia-ml-py): add nvidia-ml-py 12.550.89 and 12.560.30 to support list
This commit is contained in:
parent
4127c69a3a
commit
878200d111
3 changed files with 4 additions and 2 deletions
|
|
@ -77,7 +77,9 @@ PYNVML_VERSION_CANDIDATES = (
|
|||
'12.535.133',
|
||||
'12.535.161',
|
||||
'12.550.52',
|
||||
'12.550.89',
|
||||
'12.555.43',
|
||||
'12.560.30',
|
||||
)
|
||||
"""The list of supported ``nvidia-ml-py`` versions.
|
||||
See also: `nvidia-ml-py's Release History <https://pypi.org/project/nvidia-ml-py/#history>`_.
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
# Sync with nvitop/version.py and requirements.txt
|
||||
"nvidia-ml-py >= 11.450.51, < 12.556.0a0",
|
||||
"nvidia-ml-py >= 11.450.51, < 12.561.0a0",
|
||||
"psutil >= 5.6.6",
|
||||
"cachetools >= 1.0.1",
|
||||
"termcolor >= 1.0.0",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Sync with pyproject.toml and nvitop/version.py
|
||||
nvidia-ml-py >= 11.450.51, < 12.556.0a0
|
||||
nvidia-ml-py >= 11.450.51, < 12.561.0a0
|
||||
psutil >= 5.6.6
|
||||
cachetools >= 1.0.1
|
||||
termcolor >= 1.0.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue