Skip to content

Commit

Permalink
python312Packages.{docling-core,docling-ibm-models}: fix build (#356561)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Nov 17, 2024
2 parents da5c259 + 47b9bcc commit 52c82a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/docling-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ buildPythonPackage rec {
tabulate
];

pythonRelaxDeps = [
"pillow"
];

pythonImportsCheck = [
"docling_core"
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"lxml"
"mean_average_precision"
"pillow"
"torchvision"
];

Expand Down

0 comments on commit 52c82a3

Please sign in to comment.