From 96534de272a7c0d33561d2cbcd7b108ea8a3788f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 6 Jan 2024 00:25:10 +0000 Subject: [PATCH] CompatHelper: bump compat for BGEN to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a62890b..b254f4c 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ VCFTools = "a620830f-fdd7-5ebc-8d26-3621ab35fbfe" VariantCallFormat = "28eba6e3-a997-4ad9-87c6-d933b8bca6c1" [compat] -BGEN = "0.1.2" +BGEN = "0.1.2, 0.2" CSV = "0.8, 0.9, 0.10" DataFrames = "0.21, 0.22, 1" Distributions = "0.22 - 0.25"