Skip to content

Commit

Permalink
- Limit xsdata version (required by pydantic < ome-data).
Browse files Browse the repository at this point in the history
  • Loading branch information
Wim Pomp committed Mar 8, 2024
1 parent b5c3083 commit 06906b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit 06906b1

Please sign in to comment.