Skip to content

Commit

Permalink
Merge pull request #90 from kaczmarj/fix/zarr-v3-importerror
Browse files Browse the repository at this point in the history
Pin zarr<3.0 because of ImportError
  • Loading branch information
ap-- authored Jan 14, 2025
2 parents c5673d0 + 7989a02 commit d1ef04a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- imagecodecs
- pillow
- tifffile>=2021.6.14
- zarr
- zarr<3.0

# development dependencies
- pre-commit # [ TIFFSLIDE_DEVEL ]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"fsspec!=2022.11.0,!=2023.1.0",
"pillow",
"tifffile>=2021.6.14",
"zarr>=2.11.0",
"zarr>=2.11.0,<3.0",
"typing_extensions>=4.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit d1ef04a

Please sign in to comment.