Commit 2150d69a authored by happysalada's avatar happysalada
Browse files

python3Packages.docling-parse: 2.0.3 -> 3.1.2

parent 37174596
Loading
Loading
Loading
Loading
+15 −3
Original line number Diff line number Diff line
@@ -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 = [