Skip to content

Commit da1eea4

Browse files
committed
python312Packages.docling-core: fix build
1 parent e6914ee commit da1eea4

File tree

1 file changed

+4
-0
lines changed
  • pkgs/development/python-modules/docling-core

1 file changed

+4
-0
lines changed

pkgs/development/python-modules/docling-core/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ buildPythonPackage rec {
3939
tabulate
4040
];
4141

42+
pythonRelaxDeps = [
43+
"pillow"
44+
];
45+
4246
pythonImportsCheck = [
4347
"docling_core"
4448
];

0 commit comments

Comments
 (0)