diff --git a/pyproject.toml b/pyproject.toml index 514d1b0..d595b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tiffwrite" -version = "2024.2.0" +version = "2024.2.1" description = "Parallel tiff writer compatible with ImageJ." authors = ["Wim Pomp, Lenstra lab NKI "] license = "GPL-3.0-or-later" @@ -11,6 +11,7 @@ repository = "https://github.com/wimpomp/tiffwrite" [tool.poetry.dependencies] python = "^3.8" tifffile = "*" +imagecodecs = "*" numpy = "*" tqdm = "*" colorcet = "*"