- Limit xsdata version (required by pydantic < ome-data).
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "ndbioimage"
|
name = "ndbioimage"
|
||||||
version = "2024.3.0"
|
version = "2024.3.1"
|
||||||
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"
|
||||||
@@ -27,6 +27,7 @@ JPype1 = "*"
|
|||||||
SimpleITK-SimpleElastix = "*"
|
SimpleITK-SimpleElastix = "*"
|
||||||
scikit-image = "*"
|
scikit-image = "*"
|
||||||
imagecodecs = "*"
|
imagecodecs = "*"
|
||||||
|
xsdata = "^23" # until pydantic is up-to-date
|
||||||
pytest = { version = "*", optional = true }
|
pytest = { version = "*", optional = true }
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
|||||||
Reference in New Issue
Block a user