- main: not parallel anymore (for now), make batch processing easier.

This commit is contained in:
Wim Pomp
2024-09-11 14:23:41 +02:00
parent be2c519951
commit af600633cf
3 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "ndbioimage"
version = "2024.7.0"
version = "2024.9.0"
description = "Bio image reading, metadata and some affine registration."
authors = ["W. Pomp <w.pomp@nki.nl>"]
license = "GPLv3"
@@ -17,12 +17,12 @@ pandas = "*"
tifffile = "*"
czifile = "2019.7.2"
tiffwrite = "*"
ome-types = "^0.4.0"
ome-types = ">=0.4.0"
pint = "*"
tqdm = "*"
lxml = "*"
pyyaml = "*"
parfor = ">=2024.3.0"
parfor = ">=2024.9.1"
JPype1 = "*"
SimpleITK-SimpleElastix = [
{ version = "*", python = "<3.12" },