13 buildPythonPackage rec {
18 inherit pname version;
19 sha256 = "sha256-WB6P+FjDLJWjIruPA/HZ3D0Xe07LM93L7Sw3PGf04/E=";
22 nativeBuildInputs = [ pythonRelaxDepsHook ];
23 pythonRelaxDeps = [ "nvidia-ml-py" ];
25 propagatedBuildInputs = [
36 pythonImportsCheck = [ "gpustat" ];
39 description = "A simple command-line utility for querying and monitoring GPU status";
40 homepage = "https://github.com/wookayin/gpustat";
41 license = licenses.mit;
42 maintainers = with maintainers; [ billhuang ];