deps(nvidia-ml-py): add nvidia-ml-py 13.580.82 to support list (#186)

This commit is contained in:
Johnny 2025-10-18 12:53:31 +02:00 committed by GitHub
parent 996078bfb8
commit 2cdce49c4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- - Add `nvidia-ml-py` 13.580.82 to support list for NVIDIA Spark/Thor by [@johnnynunez](https://github.com/johnnynunez) in [#186](https://github.com/XuehaiPan/nvitop/pull/186).
### Changed ### Changed

View file

@ -91,6 +91,7 @@ PYNVML_VERSION_CANDIDATES = (
'12.570.172', '12.570.172',
'12.575.51', '12.575.51',
'13.580.65', '13.580.65',
'13.580.82',
) )
"""The list of supported ``nvidia-ml-py`` versions. """The list of supported ``nvidia-ml-py`` versions.
See also: `nvidia-ml-py's Release History <https://pypi.org/project/nvidia-ml-py/#history>`_. See also: `nvidia-ml-py's Release History <https://pypi.org/project/nvidia-ml-py/#history>`_.