From 654917ccc1d9ab5e7a30b5b54971924808467fa6 Mon Sep 17 00:00:00 2001 From: PharmCat Date: Wed, 23 Oct 2019 19:21:39 +0300 Subject: [PATCH] Project.toml update --- Project.toml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 64d77b1..a8d0e74 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,8 @@ authors = ["Vladimir Arnautov "] name = "ReplicateBE" uuid = "671d9d50-c343-11e9-1a9c-fdd992682823" +keywords = ["bioequivalence", "mixedmodel"] +desc = "Mixed model solution for replicate designed bioequivalence study." version = "0.2.0" [deps] @@ -26,10 +28,10 @@ test = ["CSV", "Test", "StatsBase"] [compat] julia = "1.0, 1.1, 1.2" -StatsBase = "≥0.22.0" -DataFrames = "≥0.19" -StatsModels = "≥0.6" -Distributions = "≥0.15" -PDMats = "≥0.9" -ForwardDiff = "≥0.10.3" -Optim = "≥0.19.0" +StatsBase = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32" +DataFrames = "0.19" +StatsModels = "0.6" +Distributions = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21" +PDMats = "0.9" +ForwardDiff = "0.10" +Optim = "0.19"