feat: linux arm64 support and reducing dependencies (#69)

* feat: linux arm64 support and reducing dependencies

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

* downgrade pyarrow for wider support

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

---------

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2024-09-10 15:43:27 +02:00
committed by GitHub
parent 1051eb9465
commit 27a7a152e1
3 changed files with 95 additions and 165 deletions

View File

@@ -25,18 +25,18 @@ python = "^3.10"
pydantic = "^2.0.0"
docling-core = "^1.1.3"
docling-ibm-models = "^1.1.3"
deepsearch-glm = "^0.19.1"
deepsearch-glm = "^0.21.0"
filetype = "^1.2.0"
pypdfium2 = "^4.30.0"
pydantic-settings = "^2.3.0"
huggingface_hub = ">=0.23,<1"
requests = "^2.32.3"
easyocr = "^1.7"
docling-parse = "^1.1.3"
docling-parse = "^1.2.0"
certifi = ">=2024.7.4"
rtree = "^1.3.0"
scipy = "^1.14.1"
pyarrow = "^17.0.0"
pyarrow = "^16.1.0"
[tool.poetry.group.dev.dependencies]
black = {extras = ["jupyter"], version = "^24.4.2"}