Skip to content

Commit 8f0d314

Browse files
Update dependency torch to >=2.13.0,<2.14.0
1 parent c51c171 commit 8f0d314

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dnnlpy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
'regex>=2026.6.1,<2026.7.0',
2424
'numpy>=2.5.0,<2.6.0',
2525
'matplotlib>=3.11.0,<3.12.0',
26-
'torch>=2.12.0,<2.13.0',
26+
'torch>=2.13.0,<2.14.0',
2727
'torchmetrics>=1.9.0,<1.10.0',
2828
]
2929

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "CC BY-NC 4.0"
99
requires-python = ">=3.14,<3.15"
1010
dependencies = [
1111
# Deep learning core libraries
12-
"torch>=2.12.0,<2.13.0",
12+
"torch>=2.13.0,<2.14.0",
1313
"torchvision>=0.27.0,<0.28.0",
1414
"torchmetrics>=1.9.0,<1.10.0",
1515
"accelerate>=1.14.0,<1.15.0",

0 commit comments

Comments
 (0)