diff --git a/Project.toml b/Project.toml index c4b7b090..f52a2f12 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ 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.22" +version = "0.3.23" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -44,9 +44,10 @@ LoopVectorization = "0.12.43" Missings = "0.4, 1" Requires = "1" SpecialFunctions = "0.8, 0.9, 0.10, 1, 2" +Statistics = "1" StatsBase = "0.24 - 0.33, 0.34" Tables = "1" -TranscodingStreams = "0.9" +TranscodingStreams = "0.9,0.10,0.11" VariantCallFormat = "0.5" VectorizationBase = "0.20.19,0.21" julia = "1.5"