python312Packages.docling-core: fix build

This commit is contained in:
Pol Dellaiera 2024-11-16 21:55:08 +01:00
parent e6914ee14c
commit da1eea476d

View File

@ -39,6 +39,10 @@ buildPythonPackage rec {
tabulate
];
pythonRelaxDeps = [
"pillow"
];
pythonImportsCheck = [
"docling_core"
];