- Make Imread __init__ signature more compatible with typing.

- Support czi metadata version 1.1.
This commit is contained in:
Wim Pomp
2024-04-24 17:11:58 +02:00
parent 8bf1646736
commit c13ae9d4ad
4 changed files with 409 additions and 416 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "ndbioimage"
version = "2024.4.6"
version = "2024.4.7"
description = "Bio image reading, metadata and some affine registration."
authors = ["W. Pomp <w.pomp@nki.nl>"]
license = "GPLv3"
@@ -12,7 +12,7 @@ exclude = ["ndbioimage/jars"]
[tool.poetry.dependencies]
python = "^3.10"
numpy = "*"
numpy = ">=1.20.0"
pandas = "*"
tifffile = "*"
czifile = "2019.7.2"