Skip to content

Commit 2934e45

Browse files
committed
freeze Dendropy to <=4.6.1 due to jeetsukumaran/DendroPy#200
bug/change in the newick serialization in ~4.6.2 in dendropy
1 parent ba3f272 commit 2934e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
]
1616
dependencies = [
1717
"biopython ~=1.81",
18-
"DendroPy ~=4.3",
18+
"DendroPy >=4.5,<=4.6.1",
1919
"ete3 ~=3.1",
2020
"lxml >=4.6,<6",
2121
"omamer ~=2.0",

0 commit comments

Comments
 (0)