Gaetan Lepage
2025-01-26 18:49:01 +01:00
parent abdda322e4
commit 61f069fd82
+2 -4
View File
@@ -7,21 +7,19 @@
python3Packages.buildPythonApplication rec {
pname = "nvitop";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "XuehaiPan";
repo = "nvitop";
tag = "v${version}";
hash = "sha256-H5WfSGQpShmJGffGMIejs0A9ksht43I1d3BvXbvP6vI=";
hash = "sha256-2l/VfqgV2UmMVad3UYASjYFu/Mzp2K2XNQFUDq1XM9k=";
};
pythonRelaxDeps = [ "nvidia-ml-py" ];
dependencies = with python3Packages; [
cachetools
psutil
termcolor
nvidia-ml-py
];