mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
pin docling-ibm-models 1.1.0 with python 3.10 support (#15)
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -21,10 +21,10 @@ keywords= ["docling", "convert", "document", "pdf", "layout model", "segmentatio
|
||||
packages = [{include = "docling"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.10"
|
||||
pydantic = "^2.0.0"
|
||||
docling-core = "^1.1.0"
|
||||
docling-ibm-models = "^0.2.0"
|
||||
docling-ibm-models = "^1.1.0"
|
||||
deepsearch-glm = ">=0.19.0,<1"
|
||||
filetype = "^1.2.0"
|
||||
pypdfium2 = "^4.30.0"
|
||||
@@ -54,7 +54,7 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.black]
|
||||
line-length = 88
|
||||
target-version = ["py311"]
|
||||
target-version = ["py310"]
|
||||
include = '\.pyi?$'
|
||||
|
||||
[tool.isort]
|
||||
@@ -66,7 +66,7 @@ py_version=311
|
||||
pretty = true
|
||||
# strict = true
|
||||
no_implicit_optional = true
|
||||
python_version = "3.11"
|
||||
python_version = "3.10"
|
||||
|
||||
[tool.flake8]
|
||||
max-line-length = 88
|
||||
|
||||
Reference in New Issue
Block a user