mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
fix: remove typer and click constraints (#1707)
release typer and click constraints Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -55,7 +55,7 @@ dependencies = [
|
||||
'easyocr (>=1.7,<2.0)',
|
||||
'certifi (>=2024.7.4)',
|
||||
'rtree (>=1.3.0,<2.0.0)',
|
||||
'typer (>=0.12.5,<0.16.0)',
|
||||
'typer (>=0.12.5,<0.17.0)',
|
||||
'python-docx (>=1.1.2,<2.0.0)',
|
||||
'python-pptx (>=1.0.2,<2.0.0)',
|
||||
'beautifulsoup4 (>=4.12.3,<5.0.0)',
|
||||
@@ -67,7 +67,6 @@ dependencies = [
|
||||
'tqdm (>=4.65.0,<5.0.0)',
|
||||
'pluggy (>=1.0.0,<2.0.0)',
|
||||
'pylatexenc (>=2.10,<3.0)',
|
||||
'click (<8.2.0)',
|
||||
'scipy (>=1.6.0,<2.0.0)',
|
||||
# 'scipy (>=1.6.0,<2.0.0) ; python_version >= "3.10"',
|
||||
# 'scipy (>=1.6.0,<1.14.0) ; python_version < "3.10"',
|
||||
|
||||
Reference in New Issue
Block a user