diff --git a/Project.toml b/Project.toml index f749c16..e2b6bb6 100644 --- a/Project.toml +++ b/Project.toml @@ -8,15 +8,14 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" -Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" -StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd" Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" +RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" [compat] DataFrames = "1" -Distributions = "0" +Distributions = "0.25" RecipesBase = "1" Turing = "0.30" julia = "1.9" +ReverseDiff = "1"