From b47501a4b7eb1d0ff376d973c1ee42bcc628a09f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 24 Oct 2024 12:28:24 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for Turing to 0.35 for package EpiAware, (drop existing compat) --- EpiAware/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EpiAware/Project.toml b/EpiAware/Project.toml index fdfff74e5..49576aac7 100644 --- a/EpiAware/Project.toml +++ b/EpiAware/Project.toml @@ -43,5 +43,5 @@ Reexport = "1.2" SparseArrays = "1.10" Statistics = "1.10" Tables = "1.11" -Turing = "0.32, 0.33, 0.34" +Turing = "0.35" julia = ">= 1.9" From 4f920b5bc506bbbc4d978bd842b558757fb27c24 Mon Sep 17 00:00:00 2001 From: Sam Abbott Date: Thu, 24 Oct 2024 13:47:13 +0100 Subject: [PATCH 2/3] Update Project.toml --- EpiAware/Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/EpiAware/Project.toml b/EpiAware/Project.toml index 49576aac7..37f34282d 100644 --- a/EpiAware/Project.toml +++ b/EpiAware/Project.toml @@ -31,17 +31,17 @@ 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" -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.35" -julia = ">= 1.9" +julia = "1.11" From dcad4fc0d3c6db97a9b89a56dbb15bbf60915bed Mon Sep 17 00:00:00 2001 From: Samuel Brand Date: Tue, 19 Nov 2024 10:23:53 +0000 Subject: [PATCH 3/3] fix Project.toml --- EpiAware/Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EpiAware/Project.toml b/EpiAware/Project.toml index 53bacb8a8..b678a3e5d 100644 --- a/EpiAware/Project.toml +++ b/EpiAware/Project.toml @@ -37,9 +37,8 @@ FillArrays = "1.11" LinearAlgebra = ">= 1.9" LogExpFunctions = "0.3" MCMCChains = "6.0" -Pathfinder = "0.9" OrdinaryDiffEq = "6.89.0" -Pathfinder = "0.8, 0.9" +Pathfinder = "0.9" QuadGK = "2.9" Random = "1.11" Reexport = "1.2"