fix: allow newer torch versions (#34)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2024-08-14 13:37:36 +02:00
committed by GitHub
parent 90dd676422
commit 349b0e914f
2 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ packages = [{include = "docling"}]
python = "^3.10"
pydantic = "^2.0.0"
docling-core = "^1.1.2"
docling-ibm-models = "^1.1.0"
docling-ibm-models = "^1.1.1"
deepsearch-glm = ">=0.19.0,<1"
filetype = "^1.2.0"
pypdfium2 = "^4.30.0"