- workflow updates
PyTest / pytest (3.12) (push) Failing after 17s
PyTest / pytest (3.14) (push) Failing after 22s
PyTest / pytest (3.10) (push) Has been cancelled

- python stubs
This commit is contained in:
Wim Pomp
2026-05-09 13:00:47 +02:00
parent 2fc0bf8c9f
commit 91f863366d
11 changed files with 208 additions and 7 deletions
+2 -1
View File
@@ -29,10 +29,11 @@ ndarray = "0.17"
num = "0.4"
numpy = { version = "0.28", optional = true }
pyo3 = { version = "0.28", features = ["abi3-py310", "eyre", "generate-import-lib", "multiple-pymethods"], optional = true }
pyo3-stub-gen = { version = "0.22", optional = true }
rayon = "1"
thiserror = "2"
tokio = { version = "1", features = ["fs", "rt", "rt-multi-thread", "time"] }
zstd = "0.13"
[features]
python = ["dep:pyo3", "dep:numpy", "dep:color-eyre"]
python = ["dep:pyo3", "dep:numpy", "dep:color-eyre", "dep:pyo3-stub-gen"]