Skip to content

Commit

Permalink
Pin zarr < 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-turner-1 committed Feb 3, 2025
1 parent fd60ed4 commit 86c05f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/environment-upstream-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- scipy
- xarray-datatree
- xgcm
- zarr>=2.10
- zarr>=2.10,<3.0
- pip:
- git+https://github.com/intake/intake.git
- git+https://github.com/pydata/xarray.git
Expand Down
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies:
- scipy
- xarray>=2024.10
- xarray-datatree
- zarr>=2.12
- zarr>=2.12,<3.0
# - pytest-icdiff

0 comments on commit 86c05f9

Please sign in to comment.