Skip to content

Commit f847453

Browse files
Fix requirements in ci/env*.yml
1 parent fe4716b commit f847453

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- watermark
3131
- xarray-datatree >=0.0.9
3232
- xarray >=2024.10
33-
- zarr >=3.1.0
33+
- zarr >=3.0.10
3434
- furo >=2022.09.15
3535
- pip:
3636
- git+https://github.com/ncar-xdev/ecgtools

ci/environment-upstream-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
- scipy
3838
- xarray-datatree
3939
- xgcm
40-
- zarr >=3.1.0
40+
- zarr >=3.0.10
4141
- pip:
4242
- git+https://github.com/intake/intake.git
4343
- git+https://github.com/pydata/xarray.git

ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ dependencies:
3434
- scipy
3535
- xarray >=2024.10
3636
- xarray-datatree
37-
- zarr >=3.1.0
37+
- zarr >=3.0.10
3838
# - pytest-icdiff

0 commit comments

Comments
 (0)