- Require imagecodecs.

This commit is contained in:
Wim Pomp
2024-02-14 15:02:23 +01:00
parent 43b6a48049
commit 0e5202bf19

View File

@@ -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 = "*"