- czi: read tirf angle
PyTest / pytest (3.10) (push) Failing after 1m52s
PyTest / pytest (3.11) (push) Failing after 1m0s
PyTest / pytest (3.12) (push) Failing after 32s
PyTest / pytest (3.13) (push) Failing after 58s

- tiff: read spacing
This commit is contained in:
w.pomp
2026-07-27 14:14:18 +02:00
parent 2f076bd7b8
commit 74b81da78c
6 changed files with 56 additions and 26 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[project]
name = "ndbioimage"
version = "2026.4.0"
version = "2026.7.0"
description = "Bio image reading, metadata and some affine registration."
authors = [
{ name = "W. Pomp", email = "w.pomp@nki.nl" }
@@ -24,8 +24,8 @@ dependencies = [
"pyyaml",
"SimpleITK-SimpleElastix; sys_platform != 'darwin'",
"scikit-image",
"tifffile <= 2025.1.10",
"tiffwrite >= 2024.12.1",
"tifffile >= 2024.1.30, <= 2025.1.10",
"tiffwrite >= 2026.5.0",
"tqdm",
]