File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments