Skip to content

Commit c045cac

Browse files
DiffEqBayes updates
1 parent c3aa3ea commit c045cac

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

benchmarks/BayesianInference/Manifest.toml

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

33
julia_version = "1.10.5"
44
manifest_format = "2.0"
5-
project_hash = "5671ab8114b21bb13ee6e08cdd7a952f7239d9d2"
5+
project_hash = "2dec097a66d3952c597510a64f1b46698cf58d91"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "016833eb52ba2d6bea9fcb50ca295980e728ee24"
@@ -181,9 +181,9 @@ version = "7.16.0"
181181

182182
[[deps.ArrayLayouts]]
183183
deps = ["FillArrays", "LinearAlgebra"]
184-
git-tree-sha1 = "0dd7edaff278e346eb0ca07a7e75c9438408a3ce"
184+
git-tree-sha1 = "492681bc44fac86804706ddb37da10880a2bd528"
185185
uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
186-
version = "1.10.3"
186+
version = "1.10.4"
187187
weakdeps = ["SparseArrays"]
188188

189189
[deps.ArrayLayouts.extensions]
@@ -2154,9 +2154,9 @@ version = "0.6.43"
21542154

21552155
[[deps.SciMLBase]]
21562156
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "Expronicon", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
2157-
git-tree-sha1 = "26fea1911818cd480400f1a2b7f6b32c3cc3836a"
2157+
git-tree-sha1 = "0da22990d48d9297b05f9f6f1275f209d29840c0"
21582158
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2159-
version = "2.56.4"
2159+
version = "2.57.0"
21602160

21612161
[deps.SciMLBase.extensions]
21622162
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2808,9 +2808,9 @@ version = "1.6.1"
28082808

28092809
[[deps.XML2_jll]]
28102810
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libiconv_jll", "Zlib_jll"]
2811-
git-tree-sha1 = "1165b0443d0eca63ac1e32b8c0eb69ed2f4f8127"
2811+
git-tree-sha1 = "6a451c6f33a176150f315726eba8b92fbfdb9ae7"
28122812
uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a"
2813-
version = "2.13.3+0"
2813+
version = "2.13.4+0"
28142814

28152815
[[deps.XSLT_jll]]
28162816
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libgcrypt_jll", "Libgpg_error_jll", "Libiconv_jll", "XML2_jll", "Zlib_jll"]

benchmarks/BayesianInference/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
1616

1717
[compat]
1818
BenchmarkTools = "1.0"
19-
DiffEqBayes = "3.0.1"
19+
DiffEqBayes = "3.2.1"
2020
DiffEqCallbacks = "2, 4.0.0"
2121
Distributions = "0.25"
2222
DynamicHMC = "3.1"

0 commit comments

Comments
 (0)