We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nvidia-ml-py
1 parent 86b1f2d commit 8e2a517Copy full SHA for 8e2a517
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
args: [--ignore-case]
30
files: ^docs/source/spelling_wordlist\.txt$
31
- repo: https://github.com/astral-sh/ruff-pre-commit
32
- rev: v0.14.13
+ rev: v0.14.14
33
hooks:
34
- id: ruff-check
35
args: [--fix, --exit-non-zero-on-fix]
nvitop/version.py
@@ -92,7 +92,9 @@
92
'12.575.51',
93
'13.580.65',
94
'13.580.82',
95
+ '13.580.126',
96
'13.590.44',
97
+ '13.590.48',
98
)
99
"""The list of supported ``nvidia-ml-py`` versions.
100
See also: `nvidia-ml-py's Release History <https://pypi.org/project/nvidia-ml-py/#history>`_.
0 commit comments