python312Packages.docling-ibm-models: fix build

This commit is contained in:
Pol Dellaiera
2024-11-16 21:51:13 +01:00
parent da1eea476d
commit 47b9bcc744

View File

@@ -48,6 +48,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [ pythonRelaxDeps = [
"lxml" "lxml"
"mean_average_precision" "mean_average_precision"
"pillow"
"torchvision" "torchvision"
]; ];