From b20d603f95e624aed55e1c2698f043eadc0d2da4 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 4 Oct 2022 11:25:07 -0500 Subject: [PATCH] Add ranged dependency compats --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 9f950f7..f069a05 100644 --- a/Project.toml +++ b/Project.toml @@ -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]