backgroundremover: fix weird dependency error
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
@@ -31,7 +31,9 @@ let
|
||||
--replace 'os.path.expanduser(os.path.join("~", ".u2net", model_name + ".pth"))' "os.path.join(\"$models\", model_name + \".pth\")"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ p.setuptools p.wheel ];
|
||||
nativeBuildInputs = [ p.setuptools p.wheel p.pythonRelaxDepsHook ];
|
||||
|
||||
pythonRelaxDeps = [ "torchvision" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
p.certifi
|
||||
|
||||
Reference in New Issue
Block a user