We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af0bb7 commit 310f391Copy full SHA for 310f391
1 file changed
cuda_core/pyproject.toml
@@ -49,8 +49,8 @@ dependencies = [
49
cu11 = ["cuda-bindings[all]==11.8.*"]
50
cu12 = ["cuda-bindings[all]==12.*"]
51
test = ["cython>=3.0", "setuptools", "pytest>=6.2.4"]
52
-test-cu11 = ["cuda-core[cu11,test]", "cupy-cuda11x", "nvidia-cuda-runtime-cu11"] # runtime headers needed by CuPy
53
-test-cu12 = ["cuda-core[cu12,test]", "cupy-cuda12x", "nvidia-cuda-runtime-cu12"] # runtime headers needed by CuPy
+test-cu11 = ["cuda-core[test]", "cupy-cuda11x", "nvidia-cuda-runtime-cu11"] # runtime headers needed by CuPy
+test-cu12 = ["cuda-core[test]", "cupy-cuda12x", "nvidia-cuda-runtime-cu12"] # runtime headers needed by CuPy
54
55
[project.urls]
56
homepage = "https://nvidia.github.io/cuda-python/"
0 commit comments