We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73580cf commit f2ff812Copy full SHA for f2ff812
2 files changed
biomero/constants.py
@@ -138,7 +138,7 @@ class transfer:
138
FORMAT = "Format"
139
FORMAT_TIFF = 'TIFF'
140
FORMAT_OMETIFF = 'OME-TIFF'
141
- FORMAT_ZARR = 'ZARR'
+ FORMAT_OMEZARR = 'OME-ZARR'
142
OME_VERSION = "OME-Zarr_version"
143
OME_ZARR_VERSION_0_4 = '0.4'
144
OME_ZARR_VERSION_0_5 = '0.5'
pyproject.toml
@@ -55,9 +55,9 @@ full = [
55
"ezomero==1.1.1",
56
"tifffile==2020.9.3",
57
"omero-metadata==0.12.0",
58
- "omero-cli-zarr==0.6.1",
59
- "ome-zarr==0.11.1",
60
- "zarr==2.18.7",
+ "omero-cli-zarr==0.8.0",
+ "ome-zarr==0.14.0",
+ "zarr==3.1.5",
61
"numpy<2.0"
62
]
63
0 commit comments