diff --git a/nvitop/version.py b/nvitop/version.py index 5fd7506..6f7745d 100644 --- a/nvitop/version.py +++ b/nvitop/version.py @@ -69,6 +69,7 @@ PYNVML_VERSION_CANDIDATES = ( '11.525.84', '11.525.112', '11.525.131', + '12.535.77', ) """The list of supported ``nvidia-ml-py`` versions. See also: `nvidia-ml-py's Release History `_. diff --git a/pyproject.toml b/pyproject.toml index eba7de7..f7eec77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ ] dependencies = [ # Sync with nvitop/version.py and requirements.txt - "nvidia-ml-py >= 11.450.51, < 11.526.0a0", + "nvidia-ml-py >= 11.450.51, < 12.536.0a0", "psutil >= 5.6.6", "cachetools >= 1.0.1", "termcolor >= 1.0.0", diff --git a/requirements.txt b/requirements.txt index 6685448..f7665fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Sync with pyproject.toml and nvitop/version.py -nvidia-ml-py >= 11.450.51, < 11.526.0a0 +nvidia-ml-py >= 11.450.51, < 12.536.0a0 psutil >= 5.6.6 cachetools >= 1.0.1 termcolor >= 1.0.0