mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
updated docling to start running the tests ...
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
@@ -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*"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user