fix: Add scipy as dependency (#40)

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer
2024-08-21 17:21:02 +02:00
committed by GitHub
parent 4a1ceaf65c
commit f19871a5a1
2 changed files with 4 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ easyocr = { version = "^1.7"}
docling-parse = "^0.2.0"
certifi = ">=2024.7.4"
rtree = "^1.3.0"
scipy = "^1.14.1"
[tool.poetry.group.dev.dependencies]
black = {extras = ["jupyter"], version = "^24.4.2"}