Skip to content

Commit

Permalink
Temporarily block newer Biopython versions as they remove Bio.Alphabet
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 7, 2020
1 parent 1f26a65 commit 3b7985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ setup_requires =
tqdm ~=4.41
install_requires =
better-exceptions ~=0.2.2
biopython ~=1.73
biopython ~=1.73, <1.78
coloredlogs ~=14.0
dataclasses ~=0.7 ; python_version < '3.7'
docopt ~=0.6.2
Expand Down

0 comments on commit 3b7985c

Please sign in to comment.