Skip to content

Commit ad27832

Browse files
github-actions[bot]CompatHelper JuliaseabbsSamuelBrand1
authored
CompatHelper: bump compat for Turing to 0.35 for package EpiAware, (drop existing compat) (#516)
* CompatHelper: bump compat for Turing to 0.35 for package EpiAware, (drop existing compat) * Update Project.toml * fix Project.toml --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Sam Abbott <azw1@cdc.gov> Co-authored-by: Samuel Brand <48288458+SamuelBrand1@users.noreply.github.com> Co-authored-by: Samuel Brand <sam055@mac.com>
1 parent 0ddac54 commit ad27832

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

EpiAware/Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,18 @@ AdvancedHMC = "0.6"
3232
DataFramesMeta = "0.15"
3333
Distributions = "0.25"
3434
DocStringExtensions = "0.9"
35-
DynamicPPL = "0.27, 0.28, 0.29, 0.30"
35+
DynamicPPL = "0.29"
3636
FillArrays = "1.11"
3737
LinearAlgebra = ">= 1.9"
3838
LogExpFunctions = "0.3"
3939
MCMCChains = "6.0"
4040
OrdinaryDiffEq = "6.89.0"
41-
Pathfinder = "0.8, 0.9"
41+
Pathfinder = "0.9"
4242
QuadGK = "2.9"
43-
Random = ">= 1.9"
43+
Random = "1.11"
4444
Reexport = "1.2"
45-
SparseArrays = "1.10"
46-
Statistics = "1.10"
45+
SparseArrays = "1.11"
46+
Statistics = "1.11"
4747
Tables = "1.11"
48-
Turing = "0.32, 0.33, 0.34"
49-
julia = ">= 1.9"
48+
Turing = "0.35"
49+
julia = "1.11"

0 commit comments

Comments
 (0)