From bf038cbf02c74bd488cfe2c25a985af8b04ac896 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 6 Jun 2024 18:38:50 +0100 Subject: [PATCH] Pin max zarr version --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 01523ce..fb6badf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,6 +37,7 @@ install_requires = numpy vispy napari>=0.4.13 + zarr<2.17 include_package_data = True [options.entry_points]