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]