Skip to content

Commit 7808eaf

Browse files
authored
update zarr requirement in environment.yml (#1)
zarr 2.8 introduces the dimension_separator metadata key
1 parent 29dde90 commit 7808eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- python == 3.7.9
1616
- scikit-image
1717
- pytest
18-
- zarr >= 2.4.0
18+
- zarr >= 2.8.0
1919
- pip
2020
- pandas
2121
- tabulate

0 commit comments

Comments
 (0)