diff --git a/pyproject.toml b/pyproject.toml index b8d971b..e937df4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ndbioimage" -version = "2024.3.0" +version = "2024.3.1" description = "Bio image reading, metadata and some affine registration." authors = ["W. Pomp "] license = "GPLv3" @@ -27,6 +27,7 @@ JPype1 = "*" SimpleITK-SimpleElastix = "*" scikit-image = "*" imagecodecs = "*" +xsdata = "^23" # until pydantic is up-to-date pytest = { version = "*", optional = true } [tool.poetry.extras]