From 0fb53bd524d514ee0fc9955b5cfb522b9d6cdbce Mon Sep 17 00:00:00 2001 From: Vito Zanotelli Date: Mon, 2 Dec 2024 09:56:33 +0100 Subject: [PATCH] Pin tifffile version More recent versions do not write the correct dimensions as discussed in issue #24 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8c636ec..86c8586 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,6 @@ long_description_content_type = text/markdown zip_safe = True install_requires = numpy - tifffile>=2022.4.22 + tifffile==2023.4.12 python_requires = >=3.8 packages = find: