Skip to content

Commit 09894b7

Browse files
committed
add dependency on zarr under version 3
1 parent 1d0ac9e commit 09894b7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- statsmodels
3131
- xarray
3232
- yaml
33-
- zarr
33+
- zarr < 3
3434
- pip:
3535
- papermill
3636
- imblearn

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies = [
2626
'seaborn',
2727
"xarray",
2828
"pyyaml",
29+
"zarr < 3"
2930
]
3031

3132
[project.optional-dependencies]

0 commit comments

Comments
 (0)