Skip to content

Commit

Permalink
pin zarr version to remain compatible with anndata and bump version
Browse files Browse the repository at this point in the history
Co-authored-by: Silvia Barbiero <[email protected]>
Co-authored-by: Charlotte Soneson <[email protected]>
Co-authored-by: Michael Stadler <[email protected]>
  • Loading branch information
3 people committed Feb 6, 2025
1 parent f640677 commit 142defd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ez_zarr"
version = "0.3.5"
version = "0.3.6"
description = "Give easy, high-level access to ome-zarr filesets."
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies = [
"dask",
"numpy",
"pandas",
"zarr",
"zarr<3.0.0a0",
"matplotlib",
"scikit-image"
]
Expand Down
2 changes: 1 addition & 1 deletion src/ez_zarr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.3.5'
__version__ = '0.3.6'
__author__ = 'Silvia Barbiero, Michael Stadler, Charlotte Soneson'
2 changes: 1 addition & 1 deletion src/ez_zarr/ome_zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__all__ = ['Image', 'ImageList', 'create_name_row_col',
'create_name_plate_A01', 'import_plate']
__version__ = '0.3.5'
__version__ = '0.3.6'
__author__ = 'Silvia Barbiero, Michael Stadler, Charlotte Soneson'


Expand Down

0 comments on commit 142defd

Please sign in to comment.