[Misc] Upgrade to torch==2.3.0 (#4454)

This commit is contained in:
Michael Goin
2024-04-29 20:05:47 -04:00
committed by GitHub
parent f4f921b7f1
commit d627a3d837
7 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ requires = [
"ninja",
"packaging",
"setuptools >= 49.4.0",
"torch == 2.2.1",
"torch == 2.3.0",
"wheel",
]
build-backend = "setuptools.build_meta"