diff --git a/EpiAware/Project.toml b/EpiAware/Project.toml index dd376c5b1..b678a3e5d 100644 --- a/EpiAware/Project.toml +++ b/EpiAware/Project.toml @@ -32,18 +32,18 @@ AdvancedHMC = "0.6" DataFramesMeta = "0.15" Distributions = "0.25" DocStringExtensions = "0.9" -DynamicPPL = "0.27, 0.28, 0.29, 0.30" +DynamicPPL = "0.29" FillArrays = "1.11" LinearAlgebra = ">= 1.9" LogExpFunctions = "0.3" MCMCChains = "6.0" OrdinaryDiffEq = "6.89.0" -Pathfinder = "0.8, 0.9" +Pathfinder = "0.9" QuadGK = "2.9" -Random = ">= 1.9" +Random = "1.11" Reexport = "1.2" -SparseArrays = "1.10" -Statistics = "1.10" +SparseArrays = "1.11" +Statistics = "1.11" Tables = "1.11" -Turing = "0.32, 0.33, 0.34" -julia = ">= 1.9" +Turing = "0.35" +julia = "1.11"