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:
Michele Dolfi
2024-07-18 17:27:48 +02:00
committed by GitHub
parent eb0b208272
commit 7bc20adc16
4 changed files with 65 additions and 16 deletions

View File

@@ -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