Skip to content

Commit 6496391

Browse files
Updates
1 parent 0ea4252 commit 6496391

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

benchmarks/BayesianInference/Manifest.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.9.1"
44
manifest_format = "2.0"
5-
project_hash = "e62253b51a284a6a139a5c23f5b097b1af3cfa8f"
5+
project_hash = "053b4419aded62a0cc2918ec47d6771cf5795bfd"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "016833eb52ba2d6bea9fcb50ca295980e728ee24"
@@ -80,9 +80,9 @@ weakdeps = ["StaticArrays"]
8080

8181
[[deps.AdvancedHMC]]
8282
deps = ["AbstractMCMC", "ArgCheck", "DocStringExtensions", "InplaceOps", "LinearAlgebra", "LogDensityProblems", "LogDensityProblemsAD", "ProgressMeter", "Random", "Requires", "Setfield", "SimpleUnPack", "Statistics", "StatsBase", "StatsFuns"]
83-
git-tree-sha1 = "1da0961a400c28d1e5f057e922ff75ec5d6a5747"
83+
git-tree-sha1 = "eae78b1632ddc90dabbf72c23547ad5418be5ce5"
8484
uuid = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
85-
version = "0.6.2"
85+
version = "0.6.3"
8686

8787
[deps.AdvancedHMC.extensions]
8888
AdvancedHMCCUDAExt = "CUDA"
@@ -96,9 +96,9 @@ version = "0.6.2"
9696

9797
[[deps.AdvancedMH]]
9898
deps = ["AbstractMCMC", "Distributions", "FillArrays", "LinearAlgebra", "LogDensityProblems", "Random", "Requires"]
99-
git-tree-sha1 = "66ac4c7b320d2434f04d48116db02e73e6dabc8b"
99+
git-tree-sha1 = "b5f8159bffa2e6af9e080c11c4e6da8c5b05f079"
100100
uuid = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
101-
version = "0.8.3"
101+
version = "0.8.4"
102102
weakdeps = ["DiffResults", "ForwardDiff", "MCMCChains", "StructArrays"]
103103

104104
[deps.AdvancedMH.extensions]

benchmarks/BayesianInference/Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1515
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
1616

1717
[compat]
18-
BenchmarkTools = "1.0, 1.6.0"
19-
DiffEqBayes = "3.2.1, 3.7.0"
18+
BenchmarkTools = "1.0"
19+
DiffEqBayes = "3.2.1"
2020
DiffEqCallbacks = "2, 4.0.0"
21-
Distributions = "0.25, 0.25.112"
22-
DynamicHMC = "3.1, 3.4.7"
23-
OrdinaryDiffEq = "6, 6.89.0"
24-
ParameterizedFunctions = "5.3, 5.17.0"
25-
Plots = "1.4, 2.0.0"
21+
Distributions = "0.25"
22+
DynamicHMC = "3.1"
23+
OrdinaryDiffEq = "6"
24+
ParameterizedFunctions = "5.3"
25+
Plots = "1.4"
2626
RecursiveArrayTools = "2.5, 3.27.1"
27-
SciMLBenchmarks = "0.1, 0.1.3"
28-
StanSample = "7, 7.10.1"
29-
StaticArrays = "1, 1.9.8"
27+
SciMLBenchmarks = "0.1"
28+
StanSample = "7"
29+
StaticArrays = "1"
3030
Turing = "0.28, 0.30, 0.34.1, 0.35.1"

0 commit comments

Comments
 (0)