Changed pyproject.toml docling versions
This commit is contained in:
parent
1d6d874682
commit
d69f07c973
1 changed files with 3 additions and 3 deletions
|
|
@ -12,8 +12,8 @@ dependencies = [
|
||||||
"agentd>=0.2.2",
|
"agentd>=0.2.2",
|
||||||
"aiofiles>=24.1.0",
|
"aiofiles>=24.1.0",
|
||||||
"cryptography>=45.0.6",
|
"cryptography>=45.0.6",
|
||||||
"docling[vlm]>=2.41.0; sys_platform != 'darwin'",
|
"docling[vlm]==2.41.0; sys_platform != 'darwin'",
|
||||||
"docling[ocrmac,vlm]>=2.41.0; sys_platform == 'darwin'",
|
"docling[ocrmac,vlm]==2.41.0; sys_platform == 'darwin'",
|
||||||
"google-api-python-client>=2.143.0",
|
"google-api-python-client>=2.143.0",
|
||||||
"google-auth-httplib2>=0.2.0",
|
"google-auth-httplib2>=0.2.0",
|
||||||
"google-auth-oauthlib>=1.2.0",
|
"google-auth-oauthlib>=1.2.0",
|
||||||
|
|
@ -32,7 +32,7 @@ dependencies = [
|
||||||
"python-dotenv>=1.0.0",
|
"python-dotenv>=1.0.0",
|
||||||
"textual-fspicker>=0.6.0",
|
"textual-fspicker>=0.6.0",
|
||||||
"structlog>=25.4.0",
|
"structlog>=25.4.0",
|
||||||
"docling-serve>=1.4.1",
|
"docling-serve==1.5.0",
|
||||||
"easyocr>=1.7.1"
|
"easyocr>=1.7.1"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue