Skip to content

Commit 754d1cc

Browse files
Missing environment bits
1 parent 8e32129 commit 754d1cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 >=2.12,<3.0
33+
- zarr >=3.1.0
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 >=2.10,<3.0
40+
- zarr >=3.1.0
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 >=2.12,<3.0
37+
- zarr >=3.1.0
3838
# - pytest-icdiff

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pydantic>=2.0
1010
pydap!=3.5.5
1111
requests>=2.24.0
1212
xarray>=2024.10
13-
zarr>=2.12
13+
zarr>3.1.0

0 commit comments

Comments
 (0)