updated the poetry lock

Signed-off-by: Suhwan Seo <nuridol@gmail.com>
This commit is contained in:
Suhwan Seo 2024-11-08 15:07:19 +09:00
parent 4aaf128384
commit 719cfe93c3
2 changed files with 738 additions and 619 deletions

1355
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -89,7 +89,7 @@ torchvision = [
{markers = "sys_platform != 'darwin' or platform_machine != 'x86_64'", version = "^0"},
{markers = "sys_platform == 'darwin' and platform_machine == 'x86_64'", version = "~0.17.2"}
]
ocrmac = {markers = "sys_platform == 'darwin'", version = "^1.0.0"}
ocrmac = {markers = "sys_platform == 'darwin'", version = "^1.0.0", optional = true}
[tool.poetry.extras]
tesserocr = ["tesserocr"]