Skip to content

Commit 724e160

Browse files
BayesianInference Updates
1 parent ca5ce6f commit 724e160

File tree

1 file changed

+54
-18
lines changed

1 file changed

+54
-18
lines changed

benchmarks/BayesianInference/Manifest.toml

Lines changed: 54 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.4"
3+
julia_version = "1.11.1"
44
manifest_format = "2.0"
5-
project_hash = "e62253b51a284a6a139a5c23f5b097b1af3cfa8f"
5+
project_hash = "8f45a8f1206ea2a4412fbf85477f55f84e488d2a"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "016833eb52ba2d6bea9fcb50ca295980e728ee24"
@@ -141,7 +141,7 @@ version = "2.3.0"
141141

142142
[[deps.ArgTools]]
143143
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
144-
version = "1.1.1"
144+
version = "1.1.2"
145145

146146
[[deps.ArnoldiMethod]]
147147
deps = ["LinearAlgebra", "Random", "StaticArrays"]
@@ -191,6 +191,7 @@ weakdeps = ["SparseArrays"]
191191

192192
[[deps.Artifacts]]
193193
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
194+
version = "1.11.0"
194195

195196
[[deps.Atomix]]
196197
deps = ["UnsafeAtomics"]
@@ -232,6 +233,7 @@ version = "0.3.40"
232233

233234
[[deps.Base64]]
234235
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
236+
version = "1.11.0"
235237

236238
[[deps.Baselet]]
237239
git-tree-sha1 = "aebf55e6d7795e02ca500a689d326ac979aaf89e"
@@ -516,6 +518,7 @@ version = "1.0.0"
516518
[[deps.Dates]]
517519
deps = ["Printf"]
518520
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
521+
version = "1.11.0"
519522

520523
[[deps.Dbus_jll]]
521524
deps = ["Artifacts", "Expat_jll", "JLLWrappers", "Libdl"]
@@ -614,6 +617,7 @@ weakdeps = ["ChainRulesCore", "SparseArrays"]
614617
[[deps.Distributed]]
615618
deps = ["Random", "Serialization", "Sockets"]
616619
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
620+
version = "1.11.0"
617621

618622
[[deps.Distributions]]
619623
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
@@ -805,6 +809,7 @@ weakdeps = ["Mmap", "Test"]
805809

806810
[[deps.FileWatching]]
807811
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
812+
version = "1.11.0"
808813

809814
[[deps.FillArrays]]
810815
deps = ["LinearAlgebra"]
@@ -895,6 +900,7 @@ version = "0.4.12"
895900
[[deps.Future]]
896901
deps = ["Random"]
897902
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
903+
version = "1.11.0"
898904

899905
[[deps.GLFW_jll]]
900906
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libglvnd_jll", "Xorg_libXcursor_jll", "Xorg_libXi_jll", "Xorg_libXinerama_jll", "Xorg_libXrandr_jll", "libdecor_jll", "xkbcommon_jll"]
@@ -1051,6 +1057,7 @@ version = "2024.2.1+0"
10511057
[[deps.InteractiveUtils]]
10521058
deps = ["Markdown"]
10531059
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
1060+
version = "1.11.0"
10541061

10551062
[[deps.Interpolations]]
10561063
deps = ["Adapt", "AxisAlgorithms", "ChainRulesCore", "LinearAlgebra", "OffsetArrays", "Random", "Ratios", "Requires", "SharedArrays", "SparseArrays", "StaticArrays", "WoodburyMatrices"]
@@ -1275,6 +1282,7 @@ weakdeps = ["StaticArrays"]
12751282
[[deps.LazyArtifacts]]
12761283
deps = ["Artifacts", "Pkg"]
12771284
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
1285+
version = "1.11.0"
12781286

12791287
[[deps.LazyStack]]
12801288
deps = ["ChainRulesCore", "Compat", "LinearAlgebra"]
@@ -1296,16 +1304,17 @@ version = "0.6.4"
12961304
[[deps.LibCURL_jll]]
12971305
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
12981306
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
1299-
version = "8.4.0+0"
1307+
version = "8.6.0+0"
13001308

13011309
[[deps.LibGit2]]
13021310
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
13031311
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
1312+
version = "1.11.0"
13041313

13051314
[[deps.LibGit2_jll]]
13061315
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
13071316
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
1308-
version = "1.6.4+0"
1317+
version = "1.7.2+0"
13091318

13101319
[[deps.LibSSH2_jll]]
13111320
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
@@ -1314,6 +1323,7 @@ version = "1.11.0+1"
13141323

13151324
[[deps.Libdl]]
13161325
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1326+
version = "1.11.0"
13171327

13181328
[[deps.Libffi_jll]]
13191329
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -1378,6 +1388,7 @@ version = "7.3.0"
13781388
[[deps.LinearAlgebra]]
13791389
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
13801390
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1391+
version = "1.11.0"
13811392

13821393
[[deps.LinearSolve]]
13831394
deps = ["ArrayInterface", "ChainRulesCore", "ConcreteStructs", "DocStringExtensions", "EnumX", "FastLapackInterface", "GPUArraysCore", "InteractiveUtils", "KLU", "Krylov", "LazyArrays", "Libdl", "LinearAlgebra", "MKL_jll", "Markdown", "PrecompileTools", "Preferences", "RecursiveFactorization", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Sparspak", "StaticArraysCore", "UnPack"]
@@ -1462,6 +1473,7 @@ weakdeps = ["ChainRulesCore", "ChangesOfVariables", "InverseFunctions"]
14621473

14631474
[[deps.Logging]]
14641475
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
1476+
version = "1.11.0"
14651477

14661478
[[deps.LoggingExtras]]
14671479
deps = ["Dates", "Logging"]
@@ -1528,6 +1540,7 @@ version = "0.4.2"
15281540
[[deps.Markdown]]
15291541
deps = ["Base64"]
15301542
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
1543+
version = "1.11.0"
15311544

15321545
[[deps.MatrixFactorizations]]
15331546
deps = ["ArrayLayouts", "LinearAlgebra", "Printf", "Random"]
@@ -1554,7 +1567,7 @@ version = "1.1.9"
15541567
[[deps.MbedTLS_jll]]
15551568
deps = ["Artifacts", "Libdl"]
15561569
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
1557-
version = "2.28.2+1"
1570+
version = "2.28.6+0"
15581571

15591572
[[deps.Measures]]
15601573
git-tree-sha1 = "c13304c81eec1ed3af7fc20e75fb6b26092a1102"
@@ -1575,6 +1588,7 @@ version = "1.2.0"
15751588

15761589
[[deps.Mmap]]
15771590
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
1591+
version = "1.11.0"
15781592

15791593
[[deps.ModelingToolkit]]
15801594
deps = ["AbstractTrees", "ArrayInterface", "Combinatorics", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffRules", "Distributed", "Distributions", "DocStringExtensions", "DomainSets", "ForwardDiff", "FunctionWrappersWrappers", "Graphs", "IfElse", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "LabelledArrays", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "MacroTools", "NaNMath", "OrdinaryDiffEq", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLBase", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"]
@@ -1592,7 +1606,7 @@ version = "8.75.0"
15921606

15931607
[[deps.MozillaCACerts_jll]]
15941608
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
1595-
version = "2023.1.10"
1609+
version = "2023.12.12"
15961610

15971611
[[deps.MuladdMacro]]
15981612
git-tree-sha1 = "cac9cc5499c25554cba55cd3c30543cff5ca4fab"
@@ -1727,7 +1741,7 @@ version = "1.3.5+1"
17271741
[[deps.OpenBLAS_jll]]
17281742
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
17291743
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
1730-
version = "0.3.23+4"
1744+
version = "0.3.27+1"
17311745

17321746
[[deps.OpenLibm_jll]]
17331747
deps = ["Artifacts", "Libdl"]
@@ -1840,9 +1854,13 @@ uuid = "30392449-352a-5448-841d-b1acce4e97dc"
18401854
version = "0.43.4+0"
18411855

18421856
[[deps.Pkg]]
1843-
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
1857+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
18441858
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1845-
version = "1.10.0"
1859+
version = "1.11.0"
1860+
weakdeps = ["REPL"]
1861+
1862+
[deps.Pkg.extensions]
1863+
REPLExt = "REPL"
18461864

18471865
[[deps.PlotThemes]]
18481866
deps = ["PlotUtils", "Statistics"]
@@ -1939,10 +1957,11 @@ version = "2.4.0"
19391957
[[deps.Printf]]
19401958
deps = ["Unicode"]
19411959
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1960+
version = "1.11.0"
19421961

19431962
[[deps.Profile]]
1944-
deps = ["Printf"]
19451963
uuid = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
1964+
version = "1.11.0"
19461965

19471966
[[deps.ProgressLogging]]
19481967
deps = ["Logging", "SHA", "UUIDs"]
@@ -1998,12 +2017,14 @@ version = "2.11.1"
19982017
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
19992018

20002019
[[deps.REPL]]
2001-
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
2020+
deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"]
20022021
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
2022+
version = "1.11.0"
20032023

20042024
[[deps.Random]]
20052025
deps = ["SHA"]
20062026
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2027+
version = "1.11.0"
20072028

20082029
[[deps.Random123]]
20092030
deps = ["Random", "RandomNumbers"]
@@ -2219,6 +2240,7 @@ version = "1.4.6"
22192240

22202241
[[deps.Serialization]]
22212242
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
2243+
version = "1.11.0"
22222244

22232245
[[deps.Setfield]]
22242246
deps = ["ConstructionBase", "Future", "MacroTools", "StaticArraysCore"]
@@ -2229,6 +2251,7 @@ version = "1.1.1"
22292251
[[deps.SharedArrays]]
22302252
deps = ["Distributed", "Mmap", "Random", "Serialization"]
22312253
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
2254+
version = "1.11.0"
22322255

22332256
[[deps.Showoff]]
22342257
deps = ["Dates", "Grisu"]
@@ -2276,6 +2299,7 @@ version = "1.1.0"
22762299

22772300
[[deps.Sockets]]
22782301
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
2302+
version = "1.11.0"
22792303

22802304
[[deps.SoftGlobalScope]]
22812305
deps = ["REPL"]
@@ -2292,7 +2316,7 @@ version = "1.2.1"
22922316
[[deps.SparseArrays]]
22932317
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
22942318
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2295-
version = "1.10.0"
2319+
version = "1.11.0"
22962320

22972321
[[deps.SparseDiffTools]]
22982322
deps = ["ADTypes", "Adapt", "ArrayInterface", "Compat", "DataStructures", "FiniteDiff", "ForwardDiff", "Graphs", "LinearAlgebra", "PackageExtensionCompat", "Random", "Reexport", "SciMLOperators", "Setfield", "SparseArrays", "StaticArrayInterface", "StaticArrays", "Tricks", "UnPack", "VertexSafeGraphs"]
@@ -2412,9 +2436,14 @@ uuid = "64bff920-2084-43da-a3e6-9bb72801c0c9"
24122436
version = "3.4.0"
24132437

24142438
[[deps.Statistics]]
2415-
deps = ["LinearAlgebra", "SparseArrays"]
2439+
deps = ["LinearAlgebra"]
2440+
git-tree-sha1 = "ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0"
24162441
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2417-
version = "1.10.0"
2442+
version = "1.11.1"
2443+
weakdeps = ["SparseArrays"]
2444+
2445+
[deps.Statistics.extensions]
2446+
SparseArraysExt = ["SparseArrays"]
24182447

24192448
[[deps.StatsAPI]]
24202449
deps = ["LinearAlgebra"]
@@ -2488,14 +2517,18 @@ weakdeps = ["Adapt", "GPUArraysCore", "SparseArrays", "StaticArrays"]
24882517
StructArraysSparseArraysExt = "SparseArrays"
24892518
StructArraysStaticArraysExt = "StaticArrays"
24902519

2520+
[[deps.StyledStrings]]
2521+
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
2522+
version = "1.11.0"
2523+
24912524
[[deps.SuiteSparse]]
24922525
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
24932526
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
24942527

24952528
[[deps.SuiteSparse_jll]]
24962529
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
24972530
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
2498-
version = "7.2.1+1"
2531+
version = "7.7.0+0"
24992532

25002533
[[deps.SymbolicIndexingInterface]]
25012534
deps = ["Accessors", "ArrayInterface", "RuntimeGeneratedFunctions", "StaticArraysCore"]
@@ -2582,6 +2615,7 @@ version = "0.1.7"
25822615
[[deps.Test]]
25832616
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
25842617
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2618+
version = "1.11.0"
25852619

25862620
[[deps.ThreadingUtilities]]
25872621
deps = ["ManualMemory"]
@@ -2694,6 +2728,7 @@ version = "1.5.1"
26942728
[[deps.UUIDs]]
26952729
deps = ["Random", "SHA"]
26962730
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2731+
version = "1.11.0"
26972732

26982733
[[deps.UnPack]]
26992734
git-tree-sha1 = "387c1f73762231e86e0c9c5443ce3b4a0a9a0c2b"
@@ -2702,6 +2737,7 @@ version = "1.0.2"
27022737

27032738
[[deps.Unicode]]
27042739
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
2740+
version = "1.11.0"
27052741

27062742
[[deps.UnicodeFun]]
27072743
deps = ["REPL"]
@@ -3036,7 +3072,7 @@ version = "0.15.2+0"
30363072
[[deps.libblastrampoline_jll]]
30373073
deps = ["Artifacts", "Libdl"]
30383074
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
3039-
version = "5.8.0+1"
3075+
version = "5.11.0+0"
30403076

30413077
[[deps.libdecor_jll]]
30423078
deps = ["Artifacts", "Dbus_jll", "JLLWrappers", "Libdl", "Libglvnd_jll", "Pango_jll", "Wayland_jll", "xkbcommon_jll"]
@@ -3089,7 +3125,7 @@ version = "1.1.6+0"
30893125
[[deps.nghttp2_jll]]
30903126
deps = ["Artifacts", "Libdl"]
30913127
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
3092-
version = "1.52.0+1"
3128+
version = "1.59.0+0"
30933129

30943130
[[deps.oneTBB_jll]]
30953131
deps = ["Artifacts", "JLLWrappers", "Libdl"]

0 commit comments

Comments
 (0)