From 4c5a637d7b9a2d44aa9c430b7165b8b9d46e8008 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 16 Jul 2024 11:39:35 +0100 Subject: [PATCH] Exclude bad version of ome-zarr --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e22207a..6b95f15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ python_requires = >=3.7 setup_requires = setuptools_scm # add your package requirements here install_requires = - ome-zarr>=0.3.0 + ome-zarr>=0.3.0,!=0.8.3 numpy vispy napari>=0.4.13