CI workflow
CI / linux (map[runner:ubuntu-latest target:x86_64-unknown-linux-gnu]) (push) Successful in 1m3s
CI / sdist (push) Failing after 8s
CI / Release (push) Has been skipped

This commit is contained in:
w.pomp
2026-04-16 18:26:18 +02:00
parent 1c5e599470
commit 7b16abebb0
2 changed files with 32 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ indicatif = { version = "0.18", features = ["rayon"] }
kmeans = "2"
ndarray = "0.17"
numpy = "0.28"
pyo3 = { version = "0.28", features = ["abi3-py310", "anyhow", "eyre"] }
pyo3 = { version = "0.28", features = ["abi3-py310", "anyhow", "eyre", "generate-import-lib"] }
pyo3-stub-gen = "0.22"
rayon = "1"
thiserror = "2"