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 12.570.86 to support list
This commit is contained in:
parent
1d0a690521
commit
d5a05e664d
3 changed files with 3 additions and 2 deletions
|
|
@ -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>`_.
|
||||
|
|
|
|||
|
|
@ -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'",
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue