From bba965ff40c3c649bd6ab786b46f22dab24707f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 14:51:20 -0800 Subject: [PATCH] CompatHelper: bump compat for "SpecialFunctions" to "2" (#113) * CompatHelper: bump compat for "SpecialFunctions" to "2" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Seyoon Ko --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 839417f2..56c83b6b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,8 @@ name = "SnpArrays" uuid = "4e780e97-f5bf-4111-9dc4-b70aaf691b06" keywords = ["GWAS", "Genome-wide association studies", "binary plink"] -authors = ["Hua Zhou ", "Seyoon Ko ", "Douglas Bates ", "OpenMendel Team"] -version = "0.3.12" +authors = ["Hua Zhou ", "Seyoon Ko ", "Douglas Bates ", "OpenMendel Team"] +version = "0.3.13" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -42,7 +42,7 @@ Glob = "1" LoopVectorization = "0.12.43" Missings = "0.4, 1" Requires = "1" -SpecialFunctions = "0.8, 0.9, 0.10, 1" +SpecialFunctions = "0.8, 0.9, 0.10, 1, 2" StatsBase = "0.24 - 0.33" Tables = "1" TranscodingStreams = "0.9"