diff --git a/Project.toml b/Project.toml index 4e30100..eb08d66 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ScoreDrivenModels" uuid = "4a87933e-d659-11e9-0e65-7f40dedd4a3a" authors = ["guilhermebodin , raphaelsaavedra "] -version = "0.1.10" +version = "0.1.11" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -14,13 +14,13 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -Distributions = "0.23" +Distributions = "0.23, 0.24, 0.25" HypothesisTests = "0.10" -Optim = "0.20, 0.21, 0.22, 1.2" +Optim = "1.2" RecipesBase = "1" -SpecialFunctions = "0.8" +SpecialFunctions = "1, 2" StatsBase = "0.33" -julia = "1" +julia = "1.6" [extras] DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"