- slice notation for time argument on command line

- fix seqread can_open
This commit is contained in:
Wim Pomp
2024-09-24 13:23:04 +02:00
parent eea24e17ef
commit 814bb0da85
3 changed files with 21 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "ndbioimage"
version = "2024.9.1"
version = "2024.9.2"
description = "Bio image reading, metadata and some affine registration."
authors = ["W. Pomp <w.pomp@nki.nl>"]
license = "GPLv3"
@@ -22,7 +22,7 @@ pint = "*"
tqdm = "*"
lxml = "*"
pyyaml = "*"
parfor = ">=2024.9.1"
parfor = ">=2024.9.2"
JPype1 = "*"
SimpleITK-SimpleElastix = [
{ version = "*", python = "<3.12" },