- Include scikit-image dependency.

This commit is contained in:
Wim Pomp
2023-11-02 15:09:16 +01:00
parent d13b702481
commit 2dccbf1cef

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "ndbioimage" name = "ndbioimage"
version = "2023.10.2" version = "2023.10.3"
description = "Bio image reading, metadata and some affine registration." description = "Bio image reading, metadata and some affine registration."
authors = ["W. Pomp <w.pomp@nki.nl>"] authors = ["W. Pomp <w.pomp@nki.nl>"]
license = "GPLv3" license = "GPLv3"
@@ -25,6 +25,7 @@ pyyaml = "*"
parfor = ">=2023.10.1" parfor = ">=2023.10.1"
JPype1 = "*" JPype1 = "*"
SimpleITK-SimpleElastix = "*" SimpleITK-SimpleElastix = "*"
scikit-image = "*"
pytest = { version = "*", optional = true } pytest = { version = "*", optional = true }
[tool.poetry.extras] [tool.poetry.extras]