pin docling-core
This commit is contained in:
parent
8ac2575015
commit
0d59ae6a57
2 changed files with 4 additions and 1 deletions
|
|
@ -33,6 +33,7 @@ dependencies = [
|
|||
"textual-fspicker>=0.6.0",
|
||||
"structlog>=25.4.0",
|
||||
"docling-serve==1.5.0",
|
||||
"docling-core==2.48.1",
|
||||
"easyocr>=1.7.1"
|
||||
]
|
||||
|
||||
|
|
|
|||
4
uv.lock
generated
4
uv.lock
generated
|
|
@ -1,5 +1,5 @@
|
|||
version = 1
|
||||
revision = 4
|
||||
revision = 3
|
||||
requires-python = ">=3.13"
|
||||
resolution-markers = [
|
||||
"platform_machine == 'x86_64' and sys_platform == 'linux'",
|
||||
|
|
@ -2361,6 +2361,7 @@ dependencies = [
|
|||
{ name = "cryptography" },
|
||||
{ name = "docling", extra = ["ocrmac"], marker = "sys_platform == 'darwin'" },
|
||||
{ name = "docling", extra = ["vlm"] },
|
||||
{ name = "docling-core" },
|
||||
{ name = "docling-serve" },
|
||||
{ name = "easyocr" },
|
||||
{ name = "google-api-python-client" },
|
||||
|
|
@ -2399,6 +2400,7 @@ requires-dist = [
|
|||
{ name = "cryptography", specifier = ">=45.0.6" },
|
||||
{ name = "docling", extras = ["ocrmac", "vlm"], marker = "sys_platform == 'darwin'", specifier = "==2.41.0" },
|
||||
{ name = "docling", extras = ["vlm"], marker = "sys_platform != 'darwin'", specifier = "==2.41.0" },
|
||||
{ name = "docling-core", specifier = "==2.48.1" },
|
||||
{ name = "docling-serve", specifier = "==1.5.0" },
|
||||
{ name = "easyocr", specifier = ">=1.7.1" },
|
||||
{ name = "google-api-python-client", specifier = ">=2.143.0" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue