Skip to content

Commit a707476

Browse files
authored
Update README to fix zarr version requirement
1 parent d1c1ba7 commit a707476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ conda activate ashlar
105105

106106
In the activated environment, install dependencies and ashlar itself:
107107
```bash
108-
conda install -y -c conda-forge numpy scipy matplotlib networkx scikit-image scikit-learn tifffile zarr pyjnius blessed
108+
conda install -y -c conda-forge numpy scipy matplotlib networkx scikit-image scikit-learn tifffile "zarr<3" pyjnius blessed
109109
pip install ashlar
110110
```
111111

0 commit comments

Comments
 (0)