From 06906b1d2ccdba2f8b8b4885817608fd5c088350 Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Fri, 8 Mar 2024 19:25:00 +0100 Subject: [PATCH] - Limit xsdata version (required by pydantic < ome-data). --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]