Skip to content

Commit

Permalink
CompatHelper: bump compat for Turing to 0.35 for package EpiAware, (d…
Browse files Browse the repository at this point in the history
…rop 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 <[email protected]>
Co-authored-by: Sam Abbott <[email protected]>
Co-authored-by: Samuel Brand <[email protected]>
Co-authored-by: Samuel Brand <[email protected]>
  • Loading branch information
5 people authored Nov 19, 2024
1 parent 0ddac54 commit ad27832
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions EpiAware/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ad27832

Please sign in to comment.