Loading pkgs/development/python-modules/docling-parse/default.nix +15 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -61,6 +65,14 @@ buildPythonPackage rec { dependencies = [ tabulate pillow pydantic docling-core ]; pythonRelaxDeps = [ "pydantic" "pillow" ]; pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/docling-parse/default.nix +15 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -61,6 +65,14 @@ buildPythonPackage rec { dependencies = [ tabulate pillow pydantic docling-core ]; pythonRelaxDeps = [ "pydantic" "pillow" ]; pythonImportsCheck = [ Loading