python3Packages.nvidia-ml-py: 12.570.86 -> 12.575.51 (#407197)

This commit is contained in:
Gaétan Lepage
2025-05-19 01:21:42 +02:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "nvidia-ml-py";
version = "12.570.86";
version = "12.575.51";
pyproject = true;
src = fetchPypi {
pname = "nvidia_ml_py";
inherit version;
hash = "sha256-BQjUoMe20BXPV0UwuVpi7U/InaO4tH4a7+Z3fbFw7Is=";
hash = "sha256-ZJDpP+qZ606WYyeuGMbuxiVhlMkh8jRZyHZ67ijFRYE=";
};
patches = [