Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompatHelper: bump compat for Turing to 0.35 for package EpiAware, (drop existing compat) #516

Merged
14 changes: 7 additions & 7 deletions EpiAware/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.32, 0.33, 0.34"
julia = ">= 1.9"
Turing = "0.35"
julia = "1.11"
Loading