Skip to content

Commit 09aa3c3

Browse files
committed
chore: upgrade to cupy-cuda13
1 parent 0d7817a commit 09aa3c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install AnnData
7373
run: |
7474
uv venv
75-
uv pip install -e ".[dev,test,cu12]" -c ci/constraints.txt
75+
uv pip install -e ".[dev,test,cu13]" -c ci/constraints.txt
7676
7777
- name: Env list
7878
run: uv pip list

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ test-min = [
101101
test = [ "anndata[test-min,lazy]", "fast-array-utils>=1.2.3" ]
102102
gpu = [ "cupy" ]
103103
cu12 = [ "cupy-cuda12x" ]
104-
cu11 = [ "cupy-cuda11x" ]
104+
cu13 = [ "cupy-cuda13x" ]
105105
# requests and aiohttp needed for zarr remote data
106106
lazy = [ "xarray>=2025.06.1", "aiohttp", "requests", "anndata[dask]" ]
107107
# https://github.com/dask/dask/issues/11290

0 commit comments

Comments
 (0)