Add ranged dependency compats

This commit is contained in:
Thomas A. Christensen II 2022-10-04 11:25:07 -05:00
parent f7278bd7d7
commit b20d603f95

View file

@ -10,10 +10,10 @@ BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
BioSymbols = "3c28c6f8-a34d-59c4-9654-267d177fcfa9"
[compat]
BioAlignments = "2.0.0"
BioAlignments = "2,3"
BioGenerics = "0.1"
BioSequences = "2"
BioSymbols = "4"
BioSequences = "2,3"
BioSymbols = "4,5"
julia = "1.6"
[extras]