python3Packages.pynvml: relax nvidia-ml-py dependency
This commit is contained in:
@@ -25,6 +25,10 @@ buildPythonPackage rec {
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"nvidia-ml-py"
|
||||
];
|
||||
|
||||
dependencies = [ nvidia-ml-py ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
||||
Reference in New Issue
Block a user