From 1c80a9a38cb4901ba814914e4dd8b74bf598bcd0 Mon Sep 17 00:00:00 2001 From: Alan O'Callaghan Date: Wed, 4 Feb 2026 12:02:05 +0000 Subject: [PATCH] I hate python I hate python I hate python --- setup.cfg | 7 ++++--- tests/res/single_resolution_float_5d_zarr.py | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9eb71b4..a9a6619 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,9 +20,8 @@ packages = qubalab.qupath python_requires = >= 3.11 install_requires = - bioio ~= 3.0.0 - bioio-ome-zarr ~= 2.3.0 - bioio-ome-tiff ~= 1.3.0 + bioio >= 3.1.0 + bioio-ome-tiff >= 1.3.0 tifffile >= 2023.7.4 tiffslide >= 2.4.0 dask-image >= 0.6.0 @@ -43,6 +42,8 @@ test = pytest-html ~= 4.1.1 coverage ~= 7.6.5 genbadge[all] ~= 1.1.1 + bioio-ome-zarr >= 3.2.0 + zarr >= 3.1.3 doc = sphinx ~= 7.4.5 sphinx-rtd-theme ~= 2.0.0 diff --git a/tests/res/single_resolution_float_5d_zarr.py b/tests/res/single_resolution_float_5d_zarr.py index 708cde8..a936e22 100644 --- a/tests/res/single_resolution_float_5d_zarr.py +++ b/tests/res/single_resolution_float_5d_zarr.py @@ -55,7 +55,7 @@ def _write_image(pixels: np.array): zarr = bioio.writers.OMEZarrWriter( get_path(), dtype=get_dtype(), - shape=get_shapes()[0].as_tuple(), + level_shapes=get_shapes()[0].as_tuple(), image_name="single_resolution_float_5d", physical_pixel_size=[ 1, ## tczyx