Skip to content

Commit be8a69e

Browse files
committed
use py 3.10 as full dev
1 parent 8e34b9d commit be8a69e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ jobs:
6969
matrix:
7070
include:
7171
- python-version: '3.9'
72-
conda-env: full
72+
conda-env: dev
7373
spec: conda
74-
run-expensive-tests: true
75-
report-coverage: true
76-
save-cache: true
7774
numpy-version: 1
7875
- python-version: '3.9'
79-
conda-env: full
80-
spec: conda
76+
conda-env: dev
77+
spec: main
8178
numpy-version: 2
8279
- python-version: '3.10'
83-
conda-env: dev
80+
conda-env: full
81+
run-expensive-tests: true
82+
report-coverage: true
83+
save-cache: true
8484
spec: conda
8585
numpy-version: 1
8686
- python-version: '3.11'

dev/env-full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
- torchvision>=0.21
4545
- tqdm
4646
- typing-extensions
47-
- xarray>=2024.01,<2025.3.0
47+
- xarray>=2025.1,<2025.3.0 # stricter version pin for correct typing
4848
- pip:
4949
# - careamics # for model testing (TODO: install without exact bioimageio.core pin)
5050
- git+https://github.com/ChaoningZhang/MobileSAM.git # for model testing

0 commit comments

Comments
 (0)