- bump bioformats to 8.3.0

- rust: command line binary, save as mp4, save as tiff, ome metadata, more methods for View, bugfixes, less unsafe code
- python: ome as dict
This commit is contained in:
Wim Pomp
2025-08-21 19:45:02 +02:00
parent 24af64ac7e
commit 3dc8e6af04
17 changed files with 2317 additions and 1261 deletions

View File

@@ -27,16 +27,9 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"numpy",
"pandas",
"tiffwrite",
"ome-types",
"pint",
"ome-metadata >= 0.2.1",
"tqdm",
"lxml",
"pyyaml",
"parfor",
"SimpleITK-SimpleElastix",
"scikit-image",
]
[project.optional-dependencies]