Commit fdcfed83 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

python312Packages.docling: add some missing dependencies

parent 7cdc158f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  poetry-core,

  # dependencies
  accelerate,
  beautifulsoup4,
  certifi,
  docling-core,
@@ -34,6 +35,8 @@
  rtree,
  scipy,
  tesserocr,
  tqdm,
  transformers,
  typer,

  # optional dependencies
@@ -64,6 +67,7 @@ buildPythonPackage rec {
  ];

  dependencies = [
    accelerate
    beautifulsoup4
    certifi
    docling-core
@@ -91,6 +95,8 @@ buildPythonPackage rec {
    rtree
    scipy
    tesserocr
    tqdm
    transformers
    typer
  ];