From 2cdce49c4e4fba58f4d0749a527f29677c672b16 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sat, 18 Oct 2025 12:53:31 +0200 Subject: [PATCH] deps(nvidia-ml-py): add `nvidia-ml-py` 13.580.82 to support list (#186) --- CHANGELOG.md | 2 +- nvitop/version.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59fee0c..b2982ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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 diff --git a/nvitop/version.py b/nvitop/version.py index d61dbf5..8c220ae 100644 --- a/nvitop/version.py +++ b/nvitop/version.py @@ -91,6 +91,7 @@ PYNVML_VERSION_CANDIDATES = ( '12.570.172', '12.575.51', '13.580.65', + '13.580.82', ) """The list of supported ``nvidia-ml-py`` versions. See also: `nvidia-ml-py's Release History `_.