Skip to content

Commit

Permalink
FIX: pin maturin/pyo3 python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vini2 committed Aug 26, 2024
1 parent fbad5d3 commit 5d31ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykmertools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib"]
test = false

[dependencies]
pyo3 = "0.22.0"
pyo3 = { version = "0.22.0", "features" = ["abi3-py39"] }
rayon = "1.10.0"
composition = { path = "../composition" }
kmer = { path = "../kmer" }

0 comments on commit 5d31ed0

Please sign in to comment.