File tree Expand file tree Collapse file tree 2 files changed +271
-372
lines changed Expand file tree Collapse file tree 2 files changed +271
-372
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments