From 2dccbf1cef67a59cda204d4a328d4d5733ae3145 Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Thu, 2 Nov 2023 15:09:16 +0100 Subject: [PATCH] - Include scikit-image dependency. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72e3085..9282498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ndbioimage" -version = "2023.10.2" +version = "2023.10.3" description = "Bio image reading, metadata and some affine registration." authors = ["W. Pomp "] license = "GPLv3" @@ -25,6 +25,7 @@ pyyaml = "*" parfor = ">=2023.10.1" JPype1 = "*" SimpleITK-SimpleElastix = "*" +scikit-image = "*" pytest = { version = "*", optional = true } [tool.poetry.extras]