Skip to content

Commit 6be8e7d

Browse files
committed
purge cu11
1 parent 07df441 commit 6be8e7d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cuda_core/pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,20 @@ classifiers = [
3939
"Programming Language :: Python :: 3.13",
4040
"Programming Language :: Python :: Implementation :: CPython",
4141
"Environment :: GPU :: NVIDIA CUDA",
42-
"Environment :: GPU :: NVIDIA CUDA :: 11",
4342
"Environment :: GPU :: NVIDIA CUDA :: 12",
43+
"Environment :: GPU :: NVIDIA CUDA :: 13",
4444
]
4545
dependencies = [
4646
"numpy",
4747
]
4848

4949
[project.optional-dependencies]
50-
cu11 = ["cuda-bindings[all]==11.8.*"]
5150
cu12 = ["cuda-bindings[all]==12.*"]
5251
cu13 = ["cuda-bindings[all]==13.*"]
5352
# TODO: these should all be in development dependencies; optional dependencies
5453
# are for features exposed to *users*, not a dumping ground for all tooling
5554
# needed to build and test the project
5655
test = ["cython>=3.1", "setuptools", "pytest>=6.2.4"]
57-
test-cu11 = ["cuda-core[test]", "cupy-cuda11x; python_version < '3.14'", "cuda-toolkit[cudart]==11.*"] # runtime headers needed by CuPy
5856
test-cu12 = ["cuda-core[test]", "cupy-cuda12x; python_version < '3.14'", "cuda-toolkit[cudart]==12.*"] # runtime headers needed by CuPy
5957
test-cu13 = ["cuda-core[test]", "cupy-cuda13x; python_version < '3.14'", "cuda-toolkit[cudart]==13.*"] # runtime headers needed by CuPy
6058
# free threaded build, cupy doesn't support free-threaded builds yet, so avoid installing it for now

0 commit comments

Comments
 (0)