Skip to content

Commit 7d3582f

Browse files
authored
Defer CI setup to later
1 parent c2b7702 commit 7d3582f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

cuda_core/tests/requirements-cu11.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
--extra-index-url https://download.pytorch.org/whl/cu118
21
pytest
32
# TODO: remove this hack once cupy has a cp313 build
43
cupy-cuda11x; python_version < "3.13"
54
nvidia-cuda-runtime-cu11 # headers consumed by CuPy
6-
torch # For PyTorch example

cuda_core/tests/requirements-cu12.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
--extra-index-url https://download.pytorch.org/whl/cu126
21
pytest
32
# TODO: remove this hack once cupy has a cp313 build
43
cupy-cuda12x; python_version < "3.13"
54
nvidia-cuda-runtime-cu12 # headers consumed by CuPy
6-
torch # For PyTorch example

0 commit comments

Comments
 (0)