From d54e21cc892eae7f6ebbb50779a7c4c8bb42e4a0 Mon Sep 17 00:00:00 2001 From: mohamed82008 Date: Thu, 2 Jan 2020 23:16:11 +1100 Subject: [PATCH 1/2] update Project.toml --- Project.toml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cfe1481e2..ffd045982 100644 --- a/Project.toml +++ b/Project.toml @@ -10,8 +10,25 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" [compat] -julia = "1" +AbstractMCMC = "~0.1" +AdvancedHMC = "0.2.15" +Bijectors = "0.4.0" +Distributions = "0.21.11" +DistributionsAD = "0.1.2" +FiniteDifferences = "0.9" ForwardDiff = "0.10.3" +Libtask = "0.3.1" +LogDensityProblems = "^0.9, 0.10" +MCMCChains = "~0.4.0, 1.0" +MacroTools = "0.5.1" +PDMats = "0.9.9" +ProgressMeter = "1.0.0" +Reexport = "0.2.0" +Requires = "1.0" +SpecialFunctions = "0.7.2, 0.8, 0.9" +StatsFuns = "0.8, 0.9" +Tracker = "0.2.3" +julia = "1" [extras] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" From 991e1678a87b659b7b8db41415b76998bc09a2b2 Mon Sep 17 00:00:00 2001 From: mohamed82008 Date: Thu, 2 Jan 2020 23:32:45 +1100 Subject: [PATCH 2/2] remove FniiteDifferences from Project.toml --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index ffd045982..cbea8c4c3 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,6 @@ AdvancedHMC = "0.2.15" Bijectors = "0.4.0" Distributions = "0.21.11" DistributionsAD = "0.1.2" -FiniteDifferences = "0.9" ForwardDiff = "0.10.3" Libtask = "0.3.1" LogDensityProblems = "^0.9, 0.10"