Skip to content

Commit e6667c8

Browse files
authored
chore: Optimum - unpin torch (#2395)
1 parent 1867cdd commit e6667c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integrations/optimum/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ dependencies = [
3636
"sentence-transformers>=2.3",
3737
# tokenizers is a dependency of transformers/sentence-transformers. The following version is the first one which supports Python 3.13.
3838
"tokenizers>=0.20.2",
39-
"torch<2.9.0", # https://github.com/huggingface/optimum/issues/2374
40-
]
39+
]
4140

4241
[project.urls]
4342
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/optimum#readme"

0 commit comments

Comments
 (0)