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:
Michele Dolfi
2025-06-04 13:06:23 +02:00
committed by GitHub
parent be42b03f9b
commit 8846f1a393
2 changed files with 246 additions and 207 deletions

View File

@@ -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"',