Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cirun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ runners:
- name: aws-gpu-runner
cloud: aws
instance_type: g4dn.xlarge
machine_image: ami-067a4ba2816407ee9
region: eu-north-1
machine_image: ami-0285bfb786db80af3
region: eu-west-1
preemptible:
- true
- false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install AnnData
run: |
uv venv
uv pip install -e ".[dev,test,cu12]" -c ci/constraints.txt
uv pip install -e ".[dev,test,cu13]" -c ci/constraints.txt

- name: Env list
run: uv pip list
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ test-min = [
test = [ "anndata[test-min,lazy]", "fast-array-utils>=1.2.3" ]
gpu = [ "cupy" ]
cu12 = [ "cupy-cuda12x" ]
cu11 = [ "cupy-cuda11x" ]
cu13 = [ "cupy-cuda13x" ]
# requests and aiohttp needed for zarr remote data
lazy = [ "xarray>=2025.06.1", "aiohttp", "requests", "anndata[dask]" ]
# https://github.com/dask/dask/issues/11290
Expand Down
Loading