- added ome_xml method

- some pyo3 methods
This commit is contained in:
Wim Pomp
2025-02-08 20:22:45 +01:00
parent a3dfc075a8
commit fefdd6448b
4 changed files with 106 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ndbioimage"
version = "2025.1.2"
version = "2025.2.0"
edition = "2021"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
license = "GPL-3.0-or-later"
@@ -31,9 +31,9 @@ optional = true
rayon = "1.10.0"
[build-dependencies]
anyhow = { version = "1.0.95"}
j4rs = { version = "0.22", features = [] }
retry = { version = "2.0.0"}
anyhow = { version = "1.0.95"}
[features]
python = ["dep:pyo3", "dep:numpy"]