- Limit xsdata version (required by pydantic < ome-data).

This commit is contained in:
Wim Pomp
2024-03-08 19:25:00 +01:00
parent b5c308365d
commit 06906b1d2c

View File

@@ -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 <w.pomp@nki.nl>"]
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]