Make CUDA CI run faster (#2939)

This commit is contained in:
Cheng
2025-12-21 07:38:48 +09:00
committed by GitHub
parent d9f4d8d508
commit 7652f1c152
2 changed files with 22 additions and 24 deletions
+2 -4
View File
@@ -255,11 +255,9 @@ if __name__ == "__main__":
extras = {
"dev": [
"nanobind==2.10.2",
"numpy",
"numpy>=2",
"pre-commit",
"setuptools>=80",
"torch",
"torch>=2.9",
"typing_extensions",
],
}