- work around a bioformats issue
Cargo Test / Cargo Test (push) Successful in 2m25s
PyTest / pytest (3.10) (push) Successful in 1m18s
PyTest / pytest (3.12) (push) Successful in 56s
PyTest / pytest (3.14) (push) Successful in 57s

This commit is contained in:
w.pomp
2026-06-16 14:25:26 +02:00
parent 998b24e7af
commit b3078dd915
9 changed files with 56 additions and 50 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ tiffwrite_generate_stub = "tiffwrite:tiffwrite_generate_stub"
[tool.maturin]
python-source = "py"
features = ["pyo3/extension-module", "python"]
features = ["python"]
module-name = "tiffwrite.tiffwrite_rs"
[tool.isort]