nvitop: 1.4.1 -> 1.4.2
Diff: https://github.com/XuehaiPan/nvitop/compare/refs/tags/v1.4.1...v1.4.2 Changelog: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.2
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user