File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 80
80
'12.550.89' ,
81
81
'12.555.43' ,
82
82
'12.560.30' ,
83
+ '12.570.86' ,
83
84
)
84
85
"""The list of supported ``nvidia-ml-py`` versions.
85
86
See also: `nvidia-ml-py's Release History <https://pypi.org/project/nvidia-ml-py/#history>`_.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ classifiers = [
47
47
]
48
48
dependencies = [
49
49
# 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" ,
51
51
" psutil >= 5.6.6" ,
52
52
" colorama >= 0.4.0; platform_system == 'Windows'" ,
53
53
" windows-curses >= 2.2.0; platform_system == 'Windows'" ,
Original file line number Diff line number Diff line change 1
1
# 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
3
3
psutil >= 5.6.6
4
4
colorama >= 0.4.0 ; platform_system == 'Windows'
5
5
windows-curses >= 2.2.0 ; platform_system == 'Windows'
You can’t perform that action at this time.
0 commit comments