6 buildPythonPackage rec {
7 pname = "nvidia-ml-py";
12 inherit pname version;
14 hash = "sha256-iNLQu9c8Q3B+FXMObRTtxqE3B/siJIlIlCH6T0rX+sY=";
18 ./0001-locate-libnvidia-ml.so.1-on-NixOS.patch
24 pythonImportsCheck = [ "pynvml" ];
27 description = "Python Bindings for the NVIDIA Management Library";
28 homepage = "https://pypi.org/project/nvidia-ml-py";
29 license = lib.licenses.bsd3;
30 platforms = [ "x86_64-linux" ];
31 maintainers = with lib.maintainers; [ GaetanLepage ];