Skip to content

Commit f5dcf60

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

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test-gpu.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,12 @@ jobs:
6666
uses: astral-sh/setup-uv@v6 # TODO: upgrade once cirun image supports node 24
6767
with:
6868
enable-cache: true
69-
# Any Cuda 14+ will support Python 3.14: https://github.com/cupy/cupy/issues/9346
70-
python-version: '3.13' # ${{ env.max_python_version }}
69+
python-version: ${{ env.max_python_version }}
7170

7271
- name: Install AnnData
7372
run: |
7473
uv venv
75-
uv pip install -e ".[dev,test,cu12]" -c ci/constraints.txt
74+
uv pip install -e ".[dev,test,cu13]" -c ci/constraints.txt
7675
7776
- name: Env list
7877
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)