We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51c171 commit 8f0d314Copy full SHA for 8f0d314
2 files changed
dnnlpy/pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
23
'regex>=2026.6.1,<2026.7.0',
24
'numpy>=2.5.0,<2.6.0',
25
'matplotlib>=3.11.0,<3.12.0',
26
- 'torch>=2.12.0,<2.13.0',
+ 'torch>=2.13.0,<2.14.0',
27
'torchmetrics>=1.9.0,<1.10.0',
28
]
29
pyproject.toml
@@ -9,7 +9,7 @@ license = "CC BY-NC 4.0"
9
requires-python = ">=3.14,<3.15"
10
dependencies = [
11
# Deep learning core libraries
12
- "torch>=2.12.0,<2.13.0",
+ "torch>=2.13.0,<2.14.0",
13
"torchvision>=0.27.0,<0.28.0",
14
"torchmetrics>=1.9.0,<1.10.0",
15
"accelerate>=1.14.0,<1.15.0",
0 commit comments