- Zstd decompression for czi files.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user