Removed cuda 11 version for consistency with automated tests
All checks were successful
Run Python Tests / test (3.10) (push) Successful in 11s
Run Python Tests / test (3.12) (push) Successful in 14s
Run Python Tests / test (3.8) (push) Successful in 10s

This commit is contained in:
2025-06-16 19:27:24 -04:00
parent 4fe11a1c31
commit 593a9de9e0
3 changed files with 30 additions and 9 deletions

View File

@@ -38,7 +38,6 @@ dependencies = [
# --- Optional Dependencies (Extras) ---
[project.optional-dependencies]
cuda11 = ["cupy-cuda11x"]
cuda12 = ["cupy-cuda12x"]
dev = ["pytest"]