Skip to content

Commit 6172770

Browse files
Update PyTorch minimum to 2.1
1 parent 2d5b2cc commit 6172770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [
4242
"Topic :: Scientific/Engineering :: Artificial Intelligence"
4343
]
4444
dependencies = [
45-
"torch>=2.0,<3",
45+
"torch>=2.1,<3",
4646
"numpy>=1.17"
4747
]
4848

0 commit comments

Comments
 (0)