Skip to content

Commit 86c05f9

Browse files
Pin zarr < 3.0
1 parent fd60ed4 commit 86c05f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/environment-upstream-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- scipy
3434
- xarray-datatree
3535
- xgcm
36-
- zarr>=2.10
36+
- zarr>=2.10,<3.0
3737
- pip:
3838
- git+https://github.com/intake/intake.git
3939
- git+https://github.com/pydata/xarray.git

ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ dependencies:
3030
- scipy
3131
- xarray>=2024.10
3232
- xarray-datatree
33-
- zarr>=2.12
33+
- zarr>=2.12,<3.0
3434
# - pytest-icdiff

0 commit comments

Comments
 (0)