- some ome fixes

This commit is contained in:
Wim Pomp
2023-08-21 11:14:32 +02:00
parent cf7f2b6e1e
commit ef6116c6bc
4 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "ndbioimage"
version = "2023.8.1"
version = "2023.8.2"
description = "Bio image reading, metadata and some affine registration."
authors = ["W. Pomp <w.pomp@nki.nl>"]
license = "GPLv3"
@@ -17,7 +17,7 @@ pandas = "*"
tifffile = "*"
czifile = "*"
tiffwrite = "*"
ome-types = "^0.4"
ome-types = "^0.4.0"
pint = "*"
tqdm = "*"
lxml = "*"