Skip to content

Commit b8ea437

Browse files
authored
Merge pull request #11 from fercer/dev-content
Added remote zarr URL
2 parents c4771c6 + 3290c01 commit b8ea437

5 files changed

+534
-773
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Install the following packages in the newly created environment.
2424
```
2525
conda activate scale-up
2626
27-
conda install -c conda-forge "cellpose>=3.0,<4.0" "tifffile<2025.6.11" "zarr>=2.0,<3.0" dask=2025.5.1 distributed=2025.5.1 dask-image=2024.5.3 imagecodecs=2025.3.30
27+
conda install -c conda-forge "cellpose>=3.0,<4.0" "tifffile>=2018.10.18,<2025.6.11" "zarr>=2.0,<3.0" dask=2025.5.1 distributed=2025.5.1 dask-image=2024.5.3 imagecodecs=2025.3.30
2828
```
2929

3030
We'll open some image files that are compressed using `JPEG2000`, so we need `imagecodecs` to have access to this compression algorithm.

0 commit comments

Comments
 (0)