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