- Zstd decompression for czi files.

This commit is contained in:
Wim Pomp
2023-12-05 13:45:56 +01:00
parent 5508de14f8
commit cbeca59989
2 changed files with 138 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "ndbioimage"
version = "2023.12.0"
version = "2023.12.1"
description = "Bio image reading, metadata and some affine registration."
authors = ["W. Pomp <w.pomp@nki.nl>"]
license = "GPLv3"
@@ -15,7 +15,7 @@ python = "^3.8"
numpy = "*"
pandas = "*"
tifffile = "*"
czifile = "*"
czifile = "2019.7.2"
tiffwrite = "*"
ome-types = "^0.4.0"
pint = "*"
@@ -26,6 +26,7 @@ parfor = ">=2023.10.1"
JPype1 = "*"
SimpleITK-SimpleElastix = "*"
scikit-image = "*"
imagecodecs = "*"
pytest = { version = "*", optional = true }
[tool.poetry.extras]