Skip to content

Commit f2ff812

Browse files
authored
Dev zarr export (#27)
* Update pyproject.toml * Update ome/zarr lib versions * Update constants.py * pin versions * Update constants.py * Update constants.py * Update constants.py * Update constants.py
1 parent 73580cf commit f2ff812

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

biomero/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class transfer:
138138
FORMAT = "Format"
139139
FORMAT_TIFF = 'TIFF'
140140
FORMAT_OMETIFF = 'OME-TIFF'
141-
FORMAT_ZARR = 'ZARR'
141+
FORMAT_OMEZARR = 'OME-ZARR'
142142
OME_VERSION = "OME-Zarr_version"
143143
OME_ZARR_VERSION_0_4 = '0.4'
144144
OME_ZARR_VERSION_0_5 = '0.5'

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ full = [
5555
"ezomero==1.1.1",
5656
"tifffile==2020.9.3",
5757
"omero-metadata==0.12.0",
58-
"omero-cli-zarr==0.6.1",
59-
"ome-zarr==0.11.1",
60-
"zarr==2.18.7",
58+
"omero-cli-zarr==0.8.0",
59+
"ome-zarr==0.14.0",
60+
"zarr==3.1.5",
6161
"numpy<2.0"
6262
]
6363

0 commit comments

Comments
 (0)