- Require imagecodecs.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "tiffwrite"
|
name = "tiffwrite"
|
||||||
version = "2024.2.0"
|
version = "2024.2.1"
|
||||||
description = "Parallel tiff writer compatible with ImageJ."
|
description = "Parallel tiff writer compatible with ImageJ."
|
||||||
authors = ["Wim Pomp, Lenstra lab NKI <w.pomp@nki.nl>"]
|
authors = ["Wim Pomp, Lenstra lab NKI <w.pomp@nki.nl>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
@@ -11,6 +11,7 @@ repository = "https://github.com/wimpomp/tiffwrite"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
tifffile = "*"
|
tifffile = "*"
|
||||||
|
imagecodecs = "*"
|
||||||
numpy = "*"
|
numpy = "*"
|
||||||
tqdm = "*"
|
tqdm = "*"
|
||||||
colorcet = "*"
|
colorcet = "*"
|
||||||
|
|||||||
Reference in New Issue
Block a user