From 7e9cf46d5523745ee6b6b5d5b5dcd3c9d5939d13 Mon Sep 17 00:00:00 2001 From: "w.pomp" Date: Wed, 11 Mar 2026 21:00:53 +0100 Subject: [PATCH] - limit imagecodecs version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6dca09f..32d2d48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ndbioimage" -version = "2026.3.1" +version = "2026.3.2" description = "Bio image reading, metadata and some affine registration." authors = [ { name = "W. Pomp", email = "w.pomp@nki.nl" } @@ -14,7 +14,7 @@ exclude = ["ndbioimage/jars"] dependencies = [ "czifile == 2019.7.2", - "imagecodecs", + "imagecodecs <= 2026.1.14", "lxml", "numpy >= 1.20", "ome-types",