python3Packages.docling-parse: 2.0.3 -> 3.1.2

This commit is contained in:
happysalada
2025-02-01 09:00:13 -05:00
parent 3717459637
commit 2150d69a54
@@ -7,26 +7,30 @@
cxxopts,
poetry-core,
pybind11,
tabulate,
zlib,
nlohmann_json,
utf8cpp,
libjpeg,
qpdf,
loguru-cpp,
# python dependencies
tabulate,
pillow,
pydantic,
docling-core,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "docling-parse";
version = "2.0.3";
version = "3.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "DS4SD";
repo = "docling-parse";
tag = "v${version}";
hash = "sha256-pZJ7lneg4ftAoWS5AOflkkKCwZGF4TJIuqDjq4W4VBw=";
hash = "sha256-SgVLk1kruUSjtzuo/5YFY4Keha8zMzovm/UeCtfGaNY=";
};
dontUseCmakeConfigure = true;
@@ -61,6 +65,14 @@ buildPythonPackage rec {
dependencies = [
tabulate
pillow
pydantic
docling-core
];
pythonRelaxDeps = [
"pydantic"
"pillow"
];
pythonImportsCheck = [