Skip to content

Commit e544947

Browse files
authored
fix: upgrade to latest docling version with fixes (#335)
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
1 parent 81f0a8d commit e544947

File tree

2 files changed

+2934
-935
lines changed

2 files changed

+2934
-935
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,24 +87,24 @@ cpu = [
8787
]
8888

8989
cu124 = [
90-
"torch>=2.6.0 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13'",
91-
"torchvision>=0.21.0 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13'",
90+
"torch>=2.6.0",
91+
"torchvision>=0.21.0",
9292
]
9393

9494
cu126 = [
95-
"torch>=2.7.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13'",
96-
"torchvision>=0.22.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13'",
95+
"torch>=2.7.1",
96+
"torchvision>=0.22.1",
9797
]
9898

9999
cu128 = [
100-
"torch>=2.7.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13'",
101-
"torchvision>=0.22.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13'",
100+
"torch>=2.7.1",
101+
"torchvision>=0.22.1",
102102
]
103103

104104
rocm = [
105-
"torch>=2.7.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13'",
106-
"torchvision>=0.22.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13'",
107-
"pytorch-triton-rocm>=3.3.1 ; sys_platform == 'linux' and platform_machine == 'x86_64' and python_version < '3.13'",
105+
"torch>=2.7.1",
106+
"torchvision>=0.22.1",
107+
"pytorch-triton-rocm>=3.3.1 ; sys_platform == 'linux' and platform_machine == 'x86_64'",
108108
]
109109

110110
[tool.uv]

0 commit comments

Comments
 (0)