python3Packages.pynvml: relax nvidia-ml-py dependency

This commit is contained in:
Gaetan Lepage
2025-08-08 10:43:51 +02:00
parent 152d33c745
commit d20b9913fc
@@ -25,6 +25,10 @@ buildPythonPackage rec {
setuptools
];
pythonRelaxDeps = [
"nvidia-ml-py"
];
dependencies = [ nvidia-ml-py ];
pythonImportsCheck = [