nvitop: relax version for dependency python3Packages.nvidia-ml-py

This commit is contained in:
Gaetan Lepage 2023-07-16 21:26:05 +02:00
parent 3e74a1e2cb
commit c0e69cd146

View file

@ -14,6 +14,10 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-+Yq/UHjrR2nT+TLXEDbNP2yMy4+LZGgbMrDLmWcrxqg=";
};
pythonRelaxDeps = [ "nvidia-ml-py" ];
nativeBuildInputs = with python3Packages; [ pythonRelaxDepsHook ];
propagatedBuildInputs = with python3Packages; [
cachetools
psutil