Skip to content

Commit

Permalink
deps(nvidia-ml-py): add nvidia-ml-py 12.555.43 to support list
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Jun 1, 2024
1 parent 2e15f86 commit 4833f20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions nvitop/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
'12.535.133',
'12.535.161',
'12.550.52',
'12.555.43',
)
"""The list of supported ``nvidia-ml-py`` versions.
See also: `nvidia-ml-py's Release History <https://pypi.org/project/nvidia-ml-py/#history>`_.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ classifiers = [
]
dependencies = [
# Sync with nvitop/version.py and requirements.txt
"nvidia-ml-py >= 11.450.51, < 12.551.0a0",
"nvidia-ml-py >= 11.450.51, < 12.556.0a0",
"psutil >= 5.6.6",
"cachetools >= 1.0.1",
"termcolor >= 1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sync with pyproject.toml and nvitop/version.py
nvidia-ml-py >= 11.450.51, < 12.551.0a0
nvidia-ml-py >= 11.450.51, < 12.556.0a0
psutil >= 5.6.6
cachetools >= 1.0.1
termcolor >= 1.0.0
Expand Down

0 comments on commit 4833f20

Please sign in to comment.