Skip to content
Open
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
# a wheel on every supported platform. Revisit the cap when a later
# release re-adds Intel-mac wheels — `scripts/check_dep_wheels.py`
# flags it if 1.86 ever loses coverage too.
"biopython>=1.86,<1.87",
"biopython>=1.86,<1.88",
# edlib is the fast pairwise-alignment engine (bit-parallel Myers
# edit distance) used by `_pairwise_align` / `_pick_best_rotation` —
# ~90–600× faster than Biopython's DP on the long near-identical
Expand Down