mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-25 03:24:59 +00:00
test: Allow pypdfium2 5.x versions
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
8012a3e4d6
commit
32710d5fac
739
poetry.lock
generated
739
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -50,7 +50,6 @@ docling-core = {version = "^2.26.0", extras = ["chunking"]}
|
||||
docling-ibm-models = "^3.4.0"
|
||||
docling-parse = "^4.0.0"
|
||||
filetype = "^1.2.0"
|
||||
pypdfium2 = "^4.30.0"
|
||||
pydantic-settings = "^2.3.0"
|
||||
huggingface_hub = ">=0.23,<1"
|
||||
requests = "^2.32.2"
|
||||
@ -90,6 +89,7 @@ pillow = ">=10.0.0,<12.0.0"
|
||||
tqdm = "^4.65.0"
|
||||
pluggy = "^1.0.0"
|
||||
pylatexenc = "^2.10"
|
||||
pypdfium2 = {version = ">4.30.0,<6", allow-prereleases = true}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = { extras = ["jupyter"], version = "^24.4.2" }
|
||||
|
Loading…
Reference in New Issue
Block a user