diff --git a/nvitop/version.py b/nvitop/version.py index 750506e..f3d8378 100644 --- a/nvitop/version.py +++ b/nvitop/version.py @@ -80,6 +80,7 @@ PYNVML_VERSION_CANDIDATES = ( '12.550.89', '12.555.43', '12.560.30', + '12.570.86', ) """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 a451e11..743b9ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ classifiers = [ ] dependencies = [ # Sync with nvitop/version.py and requirements.txt - "nvidia-ml-py >= 11.450.51, < 12.561.0a0", + "nvidia-ml-py >= 11.450.51, < 12.571.0a0", "psutil >= 5.6.6", "colorama >= 0.4.0; platform_system == 'Windows'", "windows-curses >= 2.2.0; platform_system == 'Windows'", diff --git a/requirements.txt b/requirements.txt index baec469..5ee27b4 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, < 12.561.0a0 +nvidia-ml-py >= 11.450.51, < 12.571.0a0 psutil >= 5.6.6 colorama >= 0.4.0; platform_system == 'Windows' windows-curses >= 2.2.0; platform_system == 'Windows'