Skip to content

Commit 64efbdf

Browse files
chore: upgrade torch to 2.6.0 (#125)
1 parent 65f55d3 commit 64efbdf

File tree

2 files changed

+529
-445
lines changed

2 files changed

+529
-445
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ dependencies = [
3838
"sentence-transformers>=3.1.0",
3939
"rich>=13.9.4,<14",
4040
"skops>=0.11.0",
41-
"torch>=2.5.1",
41+
"torch>=2.6.0",
4242
]
4343

4444
[project.optional-dependencies]
4545
gpu = [
46-
"torch>=2.5.1",
46+
"torch>=2.6.0",
4747
]
4848
cpu = [
49-
"torch==2.5.1+cpu; sys_platform == 'linux'",
50-
"torch>=2.5.1; sys_platform != 'linux'",
49+
"torch==2.6.0+cpu; sys_platform == 'linux'",
50+
"torch>=2.6.0; sys_platform != 'linux'",
5151
]
5252

5353
[project.urls]

0 commit comments

Comments
 (0)