We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08950b commit 9aff6c1Copy full SHA for 9aff6c1
pyproject.toml
@@ -38,10 +38,9 @@ dependencies = [
38
'pycocotools (>=2.0.8,<3.0.0)',
39
'tabulate (>=0.9.0,<0.10.0)',
40
'tqdm (>=4.67.1,<5.0.0)',
41
- 'pillow (>=10.3.0,<11.0.0)',
+ 'pillow (>=10.3.0,<12.0.0)',
42
'evaluate (>=0.4.3,<0.5.0)',
43
'nltk (>=3.9.1,<4.0.0)',
44
- 'ibm-cos-sdk (>=2.1.40,<3.0.0)',
45
'beautifulsoup4 (>=4.12.3,<5.0.0)',
46
'jiwer (>=3.1.0,<4.0.0)',
47
'urllib3 (>=1.24.2,<2.0.0)',
@@ -50,8 +49,9 @@ dependencies = [
50
49
'pypdf2 (>=3.0.1,<4.0.0)',
51
"xmltodict (>=0.14.2,<0.15.0)",
52
'edit-distance (>=1.0.6,<2.0.0)',
53
- "mlx-vlm<0.2",
+ 'mlx-vlm<0.2; sys_platform == "darwin" and platform_machine == "arm64"',
54
"pyarrow>=20.0.0",
+ "typer>=0.16.0",
55
]
56
57
[project.urls]
@@ -70,6 +70,7 @@ hyperscalers = [
70
'azure-core (>=1.33.0,<2.0.0)',
71
'boto3 (>=1.37.8,<2.0.0)',
72
'google-cloud-documentai (>=3.2.0,<4.0.0)',
73
+ 'ibm-cos-sdk (>=2.1.40,<3.0.0)',
74
75
cvat_tools = [
76
"cvat-sdk>=2.40.0",
0 commit comments