Unverified Commit 52c82a36 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python312Packages.{docling-core,docling-ibm-models}: fix build (#356561)

parents da5c2592 47b9bcc7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -39,6 +39,10 @@ buildPythonPackage rec {
    tabulate
  ];

  pythonRelaxDeps = [
    "pillow"
  ];

  pythonImportsCheck = [
    "docling_core"
  ];
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ buildPythonPackage rec {
  pythonRelaxDeps = [
    "lxml"
    "mean_average_precision"
    "pillow"
    "torchvision"
  ];