Skip to content

Commit ca814c1

Browse files
committed
fix torch version to 2.9.1
Signed-off-by: Pablo Carmona Gonzalez <pablocarmonagonzalez@gmail.com>
1 parent 8bbf8a3 commit ca814c1

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
@@ -10,7 +10,7 @@ dependencies = [
1010
"scikit-build >= 0.18.1",
1111
"scikit-learn",
1212
"pybind11 >= 3.0.1",
13-
"torch >= 2.9.1",
13+
"torch == 2.9.1",
1414
"torchvision",
1515
"scipy",
1616
"requests >= 2.32, <3",

0 commit comments

Comments
 (0)