- generate-import-lib is needed to build wheels for windows
Cargo Test / Cargo Test (push) Successful in 34s
PyTest / pytest (3.10) (push) Successful in 53s
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:51:40 +02:00
parent b3078dd915
commit 8c514cedf0
+1 -1
View File
@@ -28,7 +28,7 @@ lazy_static = "1"
ndarray = "0.17" ndarray = "0.17"
num = "0.4" num = "0.4"
numpy = { version = "0.28", optional = true } numpy = { version = "0.28", optional = true }
pyo3 = { version = "0.28", features = ["abi3-py310", "eyre", "multiple-pymethods"], 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 } pyo3-stub-gen = { version = "0.22", optional = true }
rayon = "1" rayon = "1"
thiserror = "2" thiserror = "2"