Skip to content

Commit f991ce1

Browse files
authored
Merge pull request #553 from KevinShuman/552-zarr-v2
Sets fixed zarr package to version 2 issue #552
2 parents 9a90929 + 6c9cd3b commit f991ce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dependencies:
1717
- aiohttp>=3.8.4
1818
- requests>=2.31.0
1919
- scipy>=1.11.2
20-
- zarr>=2.14.2
20+
- zarr>=2.14.2,<3
2121
- tenacity>=8.2.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"requests>=2.31.0",
3636
"scipy>=1.11.2",
3737
"xarray>=2023.5.0",
38-
"zarr>=2.14.2",
38+
"zarr>=2.14.2,<3",
3939
"tenacity>=8.2.3",
4040
]
4141

0 commit comments

Comments
 (0)