Skip to content

Commit b2c091f

Browse files
authored
fix: remove deps constraints (#111)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent 1051a75 commit b2c091f

File tree

2 files changed

+271
-372
lines changed

2 files changed

+271
-372
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ dependencies = [
3434
'safetensors[torch] (>=0.4.3,<1)',
3535
'pydantic (>=2.0.0,<3.0.0)',
3636
'docling-core (>=2.19.0,<3.0.0)',
37-
'transformers (>=4.47.0,<5.0.0) ; python_version >= "3.13" and (sys_platform != "darwin" or platform_machine != "x86_64")',
38-
'transformers (>=4.42.0,<5.0.0) ; sys_platform != "darwin" or platform_machine != "x86_64"',
39-
'transformers (>=4.42.0,<4.43.0) ; python_version < "3.13" and sys_platform == "darwin" and platform_machine == "x86_64"',
40-
'numpy (>=1.24.4,<3.0.0) ; sys_platform != "darwin" or platform_machine != "x86_64"',
41-
'numpy (>=1.24.4,<2.0.0) ; sys_platform == "darwin" and platform_machine == "x86_64"',
37+
'transformers (>=4.42.0,<5.0.0)',
38+
'numpy (>=1.24.4,<3.0.0)',
4239
]
4340

4441
[project.urls]

0 commit comments

Comments
 (0)