File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: Apache-2.0
44
55[build-system ]
6- requires = [" setuptools>=77.0.0" , " Cython>=3.0 " ]
6+ requires = [" setuptools>=77.0.0" , " Cython>=3.1 " ]
77build-backend = " setuptools.build_meta"
88
99
@@ -49,7 +49,7 @@ dependencies = [
4949cu11 = [" cuda-bindings[all]==11.8.*" ]
5050cu12 = [" cuda-bindings[all]==12.*" ]
5151cu13 = [" cuda-bindings[all]==13.*" ]
52- test = [" cython>=3.0 " , " setuptools" , " pytest>=6.2.4" ]
52+ test = [" cython>=3.1 " , " setuptools" , " pytest>=6.2.4" ]
5353test-cu11 = [" cuda-core[test]" , " cupy-cuda11x" , " cuda-toolkit[cudart]==11.*" ] # runtime headers needed by CuPy
5454test-cu12 = [" cuda-core[test]" , " cupy-cuda12x" , " cuda-toolkit[cudart]==12.*" ] # runtime headers needed by CuPy
5555test-cu13 = [" cuda-core[test]" , " cupy-cuda13x" , " cuda-toolkit[cudart]==13.*" ] # runtime headers needed by CuPy
You can’t perform that action at this time.
0 commit comments