Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimerzp committed Sep 17, 2024
1 parent 2294a60 commit 24e99cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.3"
manifest_format = "2.0"
project_hash = "935d687a10c1a19be0208d8dae9a8a293a5d389d"
project_hash = "509b24ea066d4109a5413e0e8f3127d87cda11c1"

[[deps.ADTypes]]
git-tree-sha1 = "99a6f5d0ce1c7c6afdb759daa30226f71c54f6b0"
Expand Down
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
AbstractMCMC = "4.4, 5"
Adapt = "3, 4"
Distributions = "0.25"
DynamicPPL = "0.28"
ForwardDiff = "0.10"
HDF5 = "0.17"
LogDensityProblems = "2.1"
Expand All @@ -33,4 +34,5 @@ MCMCChains = "6.0"
MCMCDiagnosticTools = "0.3"
ProgressMeter = "1.9"
Statistics = "1.8, 1.9"
Turing = "0.34"
julia = "1.10"
1 change: 0 additions & 1 deletion examples/Gaussian/Gaussian.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
" σ ~ Normal(log(0.2), 3)\n",
" # Data\n",
" rt ~ filldist(Normal(μ, exp(σ)), length(rt))\n",
" end\n",
"end\n",
"\n",
"fit = model_Gaussian(rand(100))"
Expand Down

0 comments on commit 24e99cf

Please sign in to comment.