Skip to content

Commit 9aff6c1

Browse files
fix: move ibm-cos to hyperscaler (#135)
Signed-off-by: Peter Staar <[email protected]> Signed-off-by: Christoph Auer <[email protected]> Co-authored-by: Christoph Auer <[email protected]>
1 parent c08950b commit 9aff6c1

File tree

2 files changed

+511
-994
lines changed

2 files changed

+511
-994
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,9 @@ dependencies = [
3838
'pycocotools (>=2.0.8,<3.0.0)',
3939
'tabulate (>=0.9.0,<0.10.0)',
4040
'tqdm (>=4.67.1,<5.0.0)',
41-
'pillow (>=10.3.0,<11.0.0)',
41+
'pillow (>=10.3.0,<12.0.0)',
4242
'evaluate (>=0.4.3,<0.5.0)',
4343
'nltk (>=3.9.1,<4.0.0)',
44-
'ibm-cos-sdk (>=2.1.40,<3.0.0)',
4544
'beautifulsoup4 (>=4.12.3,<5.0.0)',
4645
'jiwer (>=3.1.0,<4.0.0)',
4746
'urllib3 (>=1.24.2,<2.0.0)',
@@ -50,8 +49,9 @@ dependencies = [
5049
'pypdf2 (>=3.0.1,<4.0.0)',
5150
"xmltodict (>=0.14.2,<0.15.0)",
5251
'edit-distance (>=1.0.6,<2.0.0)',
53-
"mlx-vlm<0.2",
52+
'mlx-vlm<0.2; sys_platform == "darwin" and platform_machine == "arm64"',
5453
"pyarrow>=20.0.0",
54+
"typer>=0.16.0",
5555
]
5656

5757
[project.urls]
@@ -70,6 +70,7 @@ hyperscalers = [
7070
'azure-core (>=1.33.0,<2.0.0)',
7171
'boto3 (>=1.37.8,<2.0.0)',
7272
'google-cloud-documentai (>=3.2.0,<4.0.0)',
73+
'ibm-cos-sdk (>=2.1.40,<3.0.0)',
7374
]
7475
cvat_tools = [
7576
"cvat-sdk>=2.40.0",

0 commit comments

Comments
 (0)