- limit imagecodecs version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "ndbioimage"
|
name = "ndbioimage"
|
||||||
version = "2026.3.1"
|
version = "2026.3.2"
|
||||||
description = "Bio image reading, metadata and some affine registration."
|
description = "Bio image reading, metadata and some affine registration."
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "W. Pomp", email = "w.pomp@nki.nl" }
|
{ name = "W. Pomp", email = "w.pomp@nki.nl" }
|
||||||
@@ -14,7 +14,7 @@ exclude = ["ndbioimage/jars"]
|
|||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"czifile == 2019.7.2",
|
"czifile == 2019.7.2",
|
||||||
"imagecodecs",
|
"imagecodecs <= 2026.1.14",
|
||||||
"lxml",
|
"lxml",
|
||||||
"numpy >= 1.20",
|
"numpy >= 1.20",
|
||||||
"ome-types",
|
"ome-types",
|
||||||
|
|||||||
Reference in New Issue
Block a user