Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 10 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python = ["dep:pyo3"]
[dependencies]
# abi3-py38: build a single stable-ABI wheel that works on CPython 3.8+,
# instead of a separate wheel per Python minor version.
pyo3 = { version = "0.24", features = ["extension-module", "abi3-py38"], optional = true }
pyo3 = { version = "0.29", features = ["extension-module", "abi3-py38"], optional = true }
# Data-parallel fill of the DP matrix (one task per cell on each anti-diagonal).
rayon = "1.10"
# Inline storage for the small per-cell basepair lists (no heap alloc for the
Expand Down
Loading