updated docling to start running the tests ...

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter Staar
2025-09-03 16:09:51 +02:00
parent 3419c42f10
commit 0ec99e0f37
3 changed files with 16 additions and 44 deletions

View File

@@ -45,7 +45,7 @@ requires-python = '>=3.9,<4.0'
dependencies = [
'pydantic (>=2.0.0,<3.0.0)',
'docling-core[chunking] (>=2.42.0,<3.0.0)',
'docling-parse (>=4.2.2,<5.0.0)',
"docling-parse>=4.2.2,<5.0.0",
"docling-ibm-models>=3.9.1,<4",
'filetype (>=1.2.0,<2.0.0)',
'pypdfium2 (>=4.30.0,!=4.30.1,<5.0.0)',
@@ -153,6 +153,9 @@ constraints = [
package = true
default-groups = "all"
[tool.uv.sources]
docling-parse = { git = "https://github.com/docling-project/docling-parse.git", rev = "fix/must-pass-docling-tests" }
[tool.setuptools.packages.find]
include = ["docling*"]