Skip to content

Commit 2d2e65e

Browse files
committed
stricter version pin for correct type checking
1 parent 8e34b9d commit 2d2e65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)