Skip to content

Commit d5a05e6

Browse files
committed
deps(nvidia-ml-py): add nvidia-ml-py 12.570.86 to support list
1 parent 1d0a690 commit d5a05e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

nvitop/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
'12.550.89',
8181
'12.555.43',
8282
'12.560.30',
83+
'12.570.86',
8384
)
8485
"""The list of supported ``nvidia-ml-py`` versions.
8586
See also: `nvidia-ml-py's Release History <https://pypi.org/project/nvidia-ml-py/#history>`_.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ classifiers = [
4747
]
4848
dependencies = [
4949
# Sync with nvitop/version.py and requirements.txt
50-
"nvidia-ml-py >= 11.450.51, < 12.561.0a0",
50+
"nvidia-ml-py >= 11.450.51, < 12.571.0a0",
5151
"psutil >= 5.6.6",
5252
"colorama >= 0.4.0; platform_system == 'Windows'",
5353
"windows-curses >= 2.2.0; platform_system == 'Windows'",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sync with pyproject.toml and nvitop/version.py
2-
nvidia-ml-py >= 11.450.51, < 12.561.0a0
2+
nvidia-ml-py >= 11.450.51, < 12.571.0a0
33
psutil >= 5.6.6
44
colorama >= 0.4.0; platform_system == 'Windows'
55
windows-curses >= 2.2.0; platform_system == 'Windows'

0 commit comments

Comments
 (0)