Skip to content

Commit 52c82a3

Browse files
authored
python312Packages.{docling-core,docling-ibm-models}: fix build (#356561)
2 parents da5c259 + 47b9bcc commit 52c82a3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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
];

pkgs/development/python-modules/docling-ibm-models/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ buildPythonPackage rec {
4848
pythonRelaxDeps = [
4949
"lxml"
5050
"mean_average_precision"
51+
"pillow"
5152
"torchvision"
5253
];
5354

0 commit comments

Comments
 (0)