pin torch to 2.7.1 (#11519)

This commit is contained in:
George Hotz
2025-08-05 15:58:57 -07:00
committed by GitHub
parent b39f43c46a
commit 067daee5be

View File

@@ -9,7 +9,7 @@ with open(directory / 'README.md', encoding='utf-8') as f:
testing_minimal = [
"numpy",
"torch",
"torch==2.7.1",
"pytest",
"pytest-xdist",
"hypothesis",