Skip to content

Commit 78730de

Browse files
committed
Bump to Turing 0.35.3
1 parent cc95fff commit 78730de

File tree

1 file changed

+69
-74
lines changed

1 file changed

+69
-74
lines changed

Manifest.toml

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

3-
julia_version = "1.11.1"
3+
julia_version = "1.11.2"
44
manifest_format = "2.0"
55
project_hash = "53e97ef537fe2e98eecbe367cd36c4bc6a201e3e"
66

@@ -39,10 +39,10 @@ uuid = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
3939
version = "5.6.0"
4040

4141
[[deps.AbstractPPL]]
42-
deps = ["AbstractMCMC", "Accessors", "DensityInterface", "Random"]
43-
git-tree-sha1 = "6380a9a03a4207bac53ac310dd3a283bb4df54ef"
42+
deps = ["AbstractMCMC", "Accessors", "DensityInterface", "JSON", "Random"]
43+
git-tree-sha1 = "bdb19638644450ee1b0fd63740381835069d34b9"
4444
uuid = "7a57a42e-76ec-4ea3-a279-07e840d6d9cf"
45-
version = "0.8.4"
45+
version = "0.9.0"
4646

4747
[[deps.AbstractTrees]]
4848
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
@@ -51,9 +51,9 @@ version = "0.4.5"
5151

5252
[[deps.Accessors]]
5353
deps = ["CompositionsBase", "ConstructionBase", "InverseFunctions", "LinearAlgebra", "MacroTools", "Markdown"]
54-
git-tree-sha1 = "b392ede862e506d451fc1616e79aa6f4c673dab8"
54+
git-tree-sha1 = "96bed9b1b57cf750cca50c311a197e306816a1cc"
5555
uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
56-
version = "0.1.38"
56+
version = "0.1.39"
5757

5858
[deps.Accessors.extensions]
5959
AccessorsAxisKeysExt = "AxisKeys"
@@ -202,9 +202,9 @@ version = "7.17.1"
202202

203203
[[deps.ArrayLayouts]]
204204
deps = ["FillArrays", "LinearAlgebra"]
205-
git-tree-sha1 = "492681bc44fac86804706ddb37da10880a2bd528"
205+
git-tree-sha1 = "2bf6e01f453284cb61c312836b4680331ddfc44b"
206206
uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
207-
version = "1.10.4"
207+
version = "1.11.0"
208208
weakdeps = ["SparseArrays"]
209209

210210
[deps.ArrayLayouts.extensions]
@@ -244,9 +244,9 @@ version = "0.4.7"
244244

245245
[[deps.BandedMatrices]]
246246
deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra", "PrecompileTools"]
247-
git-tree-sha1 = "3023a8cada3b08233252ee9b04edc3f3c39b1f04"
247+
git-tree-sha1 = "2a81cc8adf470ac6bd87eef3ca3d194d08a8754c"
248248
uuid = "aae01518-5342-5314-be14-df237901396f"
249-
version = "1.7.6"
249+
version = "1.8.0"
250250
weakdeps = ["SparseArrays"]
251251

252252
[deps.BandedMatrices.extensions]
@@ -290,29 +290,22 @@ uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
290290
version = "1.5.0"
291291

292292
[[deps.Bijectors]]
293-
deps = ["ArgCheck", "ChainRules", "ChainRulesCore", "ChangesOfVariables", "Compat", "Distributions", "DocStringExtensions", "Functors", "InverseFunctions", "IrrationalConstants", "LinearAlgebra", "LogExpFunctions", "MappedArrays", "Random", "Reexport", "Requires", "Roots", "SparseArrays", "Statistics"]
294-
git-tree-sha1 = "6e686c360af8375162531708acb824ae1182b1d5"
293+
deps = ["ArgCheck", "ChainRulesCore", "ChangesOfVariables", "Distributions", "DocStringExtensions", "Functors", "InverseFunctions", "IrrationalConstants", "LinearAlgebra", "LogExpFunctions", "MappedArrays", "Random", "Reexport", "Roots", "SparseArrays", "Statistics"]
294+
git-tree-sha1 = "326420188d2bf91e89906beaa8438cf7a729ee29"
295295
uuid = "76274a88-744f-5084-9051-94815aaf08c4"
296-
version = "0.13.16"
296+
version = "0.15.2"
297+
weakdeps = ["DistributionsAD", "EnzymeCore", "ForwardDiff", "LazyArrays", "Mooncake", "ReverseDiff", "Tracker", "Zygote"]
297298

298299
[deps.Bijectors.extensions]
299300
BijectorsDistributionsADExt = "DistributionsAD"
301+
BijectorsEnzymeCoreExt = "EnzymeCore"
300302
BijectorsForwardDiffExt = "ForwardDiff"
301303
BijectorsLazyArraysExt = "LazyArrays"
304+
BijectorsMooncakeExt = "Mooncake"
302305
BijectorsReverseDiffExt = "ReverseDiff"
303-
BijectorsTapirExt = "Tapir"
304306
BijectorsTrackerExt = "Tracker"
305307
BijectorsZygoteExt = "Zygote"
306308

307-
[deps.Bijectors.weakdeps]
308-
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
309-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
310-
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
311-
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
312-
Tapir = "07d77754-e150-4737-8c94-cd238a1fb45b"
313-
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
314-
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
315-
316309
[[deps.BitFlags]]
317310
git-tree-sha1 = "0691e34b3bb8be9307330f88d1a3c3f25466c24d"
318311
uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
@@ -735,21 +728,21 @@ version = "7.15.0"
735728

736729
[[deps.DifferentiationInterface]]
737730
deps = ["ADTypes", "LinearAlgebra"]
738-
git-tree-sha1 = "38b6508ce802f4113401081a42549047812c2a2c"
731+
git-tree-sha1 = "7ffe68edc2a4ad0ff2eeb5a32cc99ab45746fe3d"
739732
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
740-
version = "0.6.24"
733+
version = "0.6.27"
741734

742735
[deps.DifferentiationInterface.extensions]
743736
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
744737
DifferentiationInterfaceDiffractorExt = "Diffractor"
745-
DifferentiationInterfaceEnzymeExt = "Enzyme"
738+
DifferentiationInterfaceEnzymeExt = ["EnzymeCore", "Enzyme"]
746739
DifferentiationInterfaceFastDifferentiationExt = "FastDifferentiation"
747740
DifferentiationInterfaceFiniteDiffExt = "FiniteDiff"
748741
DifferentiationInterfaceFiniteDifferencesExt = "FiniteDifferences"
749-
DifferentiationInterfaceForwardDiffExt = "ForwardDiff"
742+
DifferentiationInterfaceForwardDiffExt = ["ForwardDiff", "DiffResults"]
750743
DifferentiationInterfaceMooncakeExt = "Mooncake"
751744
DifferentiationInterfacePolyesterForwardDiffExt = "PolyesterForwardDiff"
752-
DifferentiationInterfaceReverseDiffExt = "ReverseDiff"
745+
DifferentiationInterfaceReverseDiffExt = ["ReverseDiff", "DiffResults"]
753746
DifferentiationInterfaceSparseArraysExt = "SparseArrays"
754747
DifferentiationInterfaceSparseMatrixColoringsExt = "SparseMatrixColorings"
755748
DifferentiationInterfaceStaticArraysExt = "StaticArrays"
@@ -759,8 +752,10 @@ version = "0.6.24"
759752

760753
[deps.DifferentiationInterface.weakdeps]
761754
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
755+
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
762756
Diffractor = "9f5e2b26-1114-432f-b630-d3fe2085c51c"
763757
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
758+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
764759
FastDifferentiation = "eb9bf01b-bf85-4b60-bf87-ee5de06c00be"
765760
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
766761
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
@@ -845,10 +840,10 @@ uuid = "bbc10e6e-7c05-544b-b16e-64fede858acb"
845840
version = "3.4.7"
846841

847842
[[deps.DynamicPPL]]
848-
deps = ["ADTypes", "AbstractMCMC", "AbstractPPL", "Accessors", "BangBang", "Bijectors", "Compat", "ConstructionBase", "Distributions", "DocStringExtensions", "LinearAlgebra", "LogDensityProblems", "LogDensityProblemsAD", "MacroTools", "OrderedCollections", "Random", "Requires", "Test"]
849-
git-tree-sha1 = "0ffa7629807d8bb76101516550a5efb51289a9f8"
843+
deps = ["ADTypes", "AbstractMCMC", "AbstractPPL", "Accessors", "BangBang", "Bijectors", "Compat", "ConstructionBase", "Distributions", "DocStringExtensions", "InteractiveUtils", "LinearAlgebra", "LogDensityProblems", "LogDensityProblemsAD", "MacroTools", "OrderedCollections", "Random", "Requires", "Test"]
844+
git-tree-sha1 = "8f40d84c88e280eae51320c453205063244ac3ad"
850845
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
851-
version = "0.29.2"
846+
version = "0.31.2"
852847
weakdeps = ["ChainRulesCore", "EnzymeCore", "ForwardDiff", "MCMCChains", "ReverseDiff", "ZygoteRules"]
853848

854849
[deps.DynamicPPL.extensions]
@@ -871,10 +866,10 @@ uuid = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
871866
version = "1.0.4"
872867

873868
[[deps.Enzyme]]
874-
deps = ["CEnum", "EnzymeCore", "Enzyme_jll", "GPUCompiler", "LLVM", "Libdl", "LinearAlgebra", "ObjectFile", "Preferences", "Printf", "Random", "SparseArrays"]
875-
git-tree-sha1 = "39776b460f3bd686fd4e0bb16a48488ffe1ce426"
869+
deps = ["CEnum", "EnzymeCore", "Enzyme_jll", "GPUCompiler", "LLVM", "Libdl", "LinearAlgebra", "ObjectFile", "PrecompileTools", "Preferences", "Printf", "Random", "SparseArrays"]
870+
git-tree-sha1 = "dcc4b7ae3aa2d0c0a4810fed2ff321d484c8a756"
876871
uuid = "7da242da-08ed-463a-9acd-ee780be4f1d9"
877-
version = "0.13.17"
872+
version = "0.13.20"
878873

879874
[deps.Enzyme.extensions]
880875
EnzymeBFloat16sExt = "BFloat16s"
@@ -891,25 +886,25 @@ version = "0.13.17"
891886
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
892887

893888
[[deps.EnzymeCore]]
894-
git-tree-sha1 = "2c366bfe21936e8f44b607eb86a1f4c110f0d841"
889+
git-tree-sha1 = "0cdb7af5c39e92d78a0ee8d0a447d32f7593137e"
895890
uuid = "f151be2c-9106-41f4-ab19-57ee4f262869"
896-
version = "0.8.7"
891+
version = "0.8.8"
897892
weakdeps = ["Adapt"]
898893

899894
[deps.EnzymeCore.extensions]
900895
AdaptExt = "Adapt"
901896

902897
[[deps.Enzyme_jll]]
903898
deps = ["Artifacts", "JLLWrappers", "LazyArtifacts", "Libdl", "TOML"]
904-
git-tree-sha1 = "c2db64f193205dc5d2d4e58a315edc2eb469a9f0"
899+
git-tree-sha1 = "e27c2863bf92622bcf89465c078379b8c2c61d2d"
905900
uuid = "7cc45869-7501-5eee-bdea-0790c847d4ef"
906-
version = "0.0.166+0"
901+
version = "0.0.168+0"
907902

908903
[[deps.EpollShim_jll]]
909904
deps = ["Artifacts", "JLLWrappers", "Libdl"]
910-
git-tree-sha1 = "8e9441ee83492030ace98f9789a654a6d0b1f643"
905+
git-tree-sha1 = "8a4be429317c42cfae6a7fc03c31bad1970c310d"
911906
uuid = "2702e6a9-849d-5ed8-8c21-79e8b8f9ee43"
912-
version = "0.0.20230411+0"
907+
version = "0.0.20230411+1"
913908

914909
[[deps.ExceptionUnwrapping]]
915910
deps = ["Test"]
@@ -919,9 +914,9 @@ version = "0.1.11"
919914

920915
[[deps.Expat_jll]]
921916
deps = ["Artifacts", "JLLWrappers", "Libdl"]
922-
git-tree-sha1 = "cc5231d52eb1771251fbd37171dbc408bcc8a1b6"
917+
git-tree-sha1 = "e51db81749b0777b2147fbe7b783ee79045b8e99"
923918
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
924-
version = "2.6.4+0"
919+
version = "2.6.4+1"
925920

926921
[[deps.ExponentialUtilities]]
927922
deps = ["Adapt", "ArrayInterface", "GPUArraysCore", "GenericSchur", "LinearAlgebra", "PrecompileTools", "Printf", "SparseArrays", "libblastrampoline_jll"]
@@ -1217,15 +1212,15 @@ version = "1.0.1"
12171212

12181213
[[deps.GR]]
12191214
deps = ["Artifacts", "Base64", "DelimitedFiles", "Downloads", "GR_jll", "HTTP", "JSON", "Libdl", "LinearAlgebra", "Preferences", "Printf", "Qt6Wayland_jll", "Random", "Serialization", "Sockets", "TOML", "Tar", "Test", "p7zip_jll"]
1220-
git-tree-sha1 = "ee28ddcd5517d54e417182fec3886e7412d3926f"
1215+
git-tree-sha1 = "52adc6828958ea8a0cf923d53aa10773dbca7d5f"
12211216
uuid = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
1222-
version = "0.73.8"
1217+
version = "0.73.9"
12231218

12241219
[[deps.GR_jll]]
12251220
deps = ["Artifacts", "Bzip2_jll", "Cairo_jll", "FFMPEG_jll", "Fontconfig_jll", "FreeType2_jll", "GLFW_jll", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll", "Pixman_jll", "Qt6Base_jll", "Zlib_jll", "libpng_jll"]
1226-
git-tree-sha1 = "f31929b9e67066bee48eec8b03c0df47d31a74b3"
1221+
git-tree-sha1 = "4e9e2966af45b06f24fd952285841428f1d6e858"
12271222
uuid = "d2c73de3-f751-5644-a686-071e5b155ba9"
1228-
version = "0.73.8+0"
1223+
version = "0.73.9+0"
12291224

12301225
[[deps.GenericSchur]]
12311226
deps = ["LinearAlgebra", "Printf"]
@@ -1241,9 +1236,9 @@ version = "0.21.0+0"
12411236

12421237
[[deps.Glib_jll]]
12431238
deps = ["Artifacts", "Gettext_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Libiconv_jll", "Libmount_jll", "PCRE2_jll", "Zlib_jll"]
1244-
git-tree-sha1 = "b36c7e110080ae48fdef61b0c31e6b17ada23b33"
1239+
git-tree-sha1 = "48b5d4c75b2c9078ead62e345966fa51a25c05ad"
12451240
uuid = "7746bdde-850d-59dc-9ae8-88ece973131d"
1246-
version = "2.82.2+0"
1241+
version = "2.82.2+1"
12471242

12481243
[[deps.Graphite2_jll]]
12491244
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -1282,9 +1277,9 @@ version = "1.14.2+1"
12821277

12831278
[[deps.HTTP]]
12841279
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "PrecompileTools", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
1285-
git-tree-sha1 = "ae350b8225575cc3ea385d4131c81594f86dfe4f"
1280+
git-tree-sha1 = "6c22309e9a356ac1ebc5c8a217045f9bae6f8d9a"
12861281
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
1287-
version = "1.10.12"
1282+
version = "1.10.13"
12881283

12891284
[[deps.HarfBuzz_jll]]
12901285
deps = ["Artifacts", "Cairo_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "Graphite2_jll", "JLLWrappers", "Libdl", "Libffi_jll"]
@@ -1587,9 +1582,9 @@ version = "0.1.17"
15871582

15881583
[[deps.LazyArrays]]
15891584
deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra", "MacroTools", "SparseArrays"]
1590-
git-tree-sha1 = "d168f757c5043240005d507ff866e801944c4690"
1585+
git-tree-sha1 = "7a244220c6f22ddb5948acaac203ffb5d2283b0c"
15911586
uuid = "5078a376-72f3-5289-bfd5-ec5146d43c02"
1592-
version = "2.2.4"
1587+
version = "2.3.0"
15931588

15941589
[deps.LazyArrays.extensions]
15951590
LazyArraysBandedMatricesExt = "BandedMatrices"
@@ -1938,15 +1933,15 @@ version = "1.3.7"
19381933

19391934
[[deps.MCMCChains]]
19401935
deps = ["AbstractMCMC", "AxisArrays", "Dates", "Distributions", "IteratorInterfaceExtensions", "KernelDensity", "LinearAlgebra", "MCMCDiagnosticTools", "MLJModelInterface", "NaturalSort", "OrderedCollections", "PrettyTables", "Random", "RecipesBase", "Statistics", "StatsBase", "StatsFuns", "TableTraits", "Tables"]
1941-
git-tree-sha1 = "d28056379864318172ff4b7958710cfddd709339"
1936+
git-tree-sha1 = "cd7aee22384792c726e19f2a22dc060b886edded"
19421937
uuid = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
1943-
version = "6.0.6"
1938+
version = "6.0.7"
19441939

19451940
[[deps.MCMCDiagnosticTools]]
19461941
deps = ["AbstractFFTs", "DataAPI", "DataStructures", "Distributions", "LinearAlgebra", "MLJModelInterface", "Random", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns", "Tables"]
1947-
git-tree-sha1 = "4e1d6c34e22ee75892f9b371494ec98e8a6bf46a"
1942+
git-tree-sha1 = "770527473d1b929bc4a812831f34970f9c6a6ff6"
19481943
uuid = "be115224-59cd-429b-ad48-344e309966f0"
1949-
version = "0.3.12"
1944+
version = "0.3.13"
19501945

19511946
[[deps.MKL_jll]]
19521947
deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "oneTBB_jll"]
@@ -2155,9 +2150,9 @@ version = "0.8.1"
21552150

21562151
[[deps.Mooncake]]
21572152
deps = ["ADTypes", "ChainRules", "ChainRulesCore", "DiffRules", "DiffTests", "ExprTools", "FunctionWrappers", "Graphs", "InteractiveUtils", "LinearAlgebra", "MistyClosures", "Random", "Setfield", "Test"]
2158-
git-tree-sha1 = "e83464c78eafeda9a3a49a5bc1494a9b383bf220"
2153+
git-tree-sha1 = "0914d23f446ee9770be16528ee4a3f0bad4a4fb7"
21592154
uuid = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
2160-
version = "0.4.53"
2155+
version = "0.4.58"
21612156

21622157
[deps.Mooncake.extensions]
21632158
MooncakeAllocCheckExt = "AllocCheck"
@@ -2341,9 +2336,9 @@ uuid = "510215fc-4207-5dde-b226-833fc4488ee2"
23412336
version = "0.5.5"
23422337

23432338
[[deps.OffsetArrays]]
2344-
git-tree-sha1 = "1a27764e945a152f7ca7efa04de513d473e9542e"
2339+
git-tree-sha1 = "39d000d9c33706b8364817d8894fae1548f40295"
23452340
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
2346-
version = "1.14.1"
2341+
version = "1.14.2"
23472342
weakdeps = ["Adapt"]
23482343

23492344
[deps.OffsetArrays.extensions]
@@ -2703,9 +2698,9 @@ version = "2.8.1"
27032698

27042699
[[deps.Pathfinder]]
27052700
deps = ["ADTypes", "Distributions", "Folds", "IrrationalConstants", "LinearAlgebra", "LogDensityProblems", "LogDensityProblemsAD", "Optim", "Optimization", "OptimizationOptimJL", "PDMats", "PSIS", "ProgressLogging", "Random", "Requires", "SciMLBase", "Statistics", "StatsBase", "Transducers", "UnPack"]
2706-
git-tree-sha1 = "4207ff39e325bd90056ef58ce2584666129fbca9"
2701+
git-tree-sha1 = "8bc27669d8eee4413058edd16c9de4e7d5eb7128"
27072702
uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454"
2708-
version = "0.9.5"
2703+
version = "0.9.6"
27092704
weakdeps = ["Accessors", "DynamicHMC", "DynamicPPL", "MCMCChains", "Turing"]
27102705

27112706
[deps.Pathfinder.extensions]
@@ -3084,9 +3079,9 @@ version = "0.1.1"
30843079

30853080
[[deps.SciMLBase]]
30863081
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"]
3087-
git-tree-sha1 = "f48e0239fbb7799e8d81133ea71a726ec510c9ef"
3082+
git-tree-sha1 = "899468ac3c2fa6b87151cb3fa29367329017d365"
30883083
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
3089-
version = "2.65.1"
3084+
version = "2.66.0"
30903085

30913086
[deps.SciMLBase.extensions]
30923087
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -3483,9 +3478,9 @@ version = "5.2.3+0"
34833478

34843479
[[deps.SymbolicIndexingInterface]]
34853480
deps = ["Accessors", "ArrayInterface", "RuntimeGeneratedFunctions", "StaticArraysCore"]
3486-
git-tree-sha1 = "6c6761e08bf5a270905cdd065be633abfa1b155b"
3481+
git-tree-sha1 = "8db233b54917e474165d582bef2244fa040e0a56"
34873482
uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
3488-
version = "0.3.35"
3483+
version = "0.3.36"
34893484

34903485
[[deps.TOML]]
34913486
deps = ["Dates"]
@@ -3568,9 +3563,9 @@ weakdeps = ["RecipesBase"]
35683563

35693564
[[deps.TimerOutputs]]
35703565
deps = ["ExprTools", "Printf"]
3571-
git-tree-sha1 = "3a6f063d690135f5c1ba351412c82bae4d1402bf"
3566+
git-tree-sha1 = "d7298ebdfa1654583468a487e8e83fae9d72dac3"
35723567
uuid = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
3573-
version = "0.5.25"
3568+
version = "0.5.26"
35743569

35753570
[[deps.Tracker]]
35763571
deps = ["Adapt", "ChainRulesCore", "DiffRules", "ForwardDiff", "Functors", "LinearAlgebra", "LogExpFunctions", "MacroTools", "NNlib", "NaNMath", "Optimisers", "Printf", "Random", "Requires", "SpecialFunctions", "Statistics"]
@@ -3634,9 +3629,9 @@ version = "1.6.0"
36343629

36353630
[[deps.Turing]]
36363631
deps = ["ADTypes", "AbstractMCMC", "Accessors", "AdvancedHMC", "AdvancedMH", "AdvancedPS", "AdvancedVI", "BangBang", "Bijectors", "Compat", "DataStructures", "Distributions", "DistributionsAD", "DocStringExtensions", "DynamicPPL", "EllipticalSliceSampling", "ForwardDiff", "Libtask", "LinearAlgebra", "LogDensityProblems", "LogDensityProblemsAD", "MCMCChains", "NamedArrays", "Optimization", "OptimizationOptimJL", "OrderedCollections", "Printf", "Random", "Reexport", "SciMLBase", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
3637-
git-tree-sha1 = "3453ab63621f1a06df04d995da2eb6fcd422617c"
3632+
git-tree-sha1 = "d07121bfa230d617551c5c77c334874cfbb7fc79"
36383633
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
3639-
version = "0.35.1"
3634+
version = "0.35.3"
36403635
weakdeps = ["DynamicHMC", "Optim"]
36413636

36423637
[deps.Turing.extensions]
@@ -3645,9 +3640,9 @@ weakdeps = ["DynamicHMC", "Optim"]
36453640

36463641
[[deps.TuringBenchmarking]]
36473642
deps = ["ADTypes", "AbstractMCMC", "BenchmarkTools", "DynamicPPL", "ForwardDiff", "LinearAlgebra", "LogDensityProblems", "LogDensityProblemsAD", "PrettyTables", "Requires", "ReverseDiff", "Zygote"]
3648-
git-tree-sha1 = "b512c8ab665cb6396f19533b6960cc3e0fc4d556"
3643+
git-tree-sha1 = "2421fcac17d8f62c02e9c95c60968faa72ef95d8"
36493644
uuid = "0db1332d-5c25-4deb-809f-459bc696f94f"
3650-
version = "0.5.5"
3645+
version = "0.5.6"
36513646

36523647
[deps.TuringBenchmarking.extensions]
36533648
TuringBenchmarkingBridgeStanExt = "BridgeStan"
@@ -3844,9 +3839,9 @@ version = "1.1.4+1"
38443839

38453840
[[deps.Xorg_libXext_jll]]
38463841
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libX11_jll"]
3847-
git-tree-sha1 = "d2d1a5c49fae4ba39983f63de6afcbea47194e85"
3842+
git-tree-sha1 = "d7155fea91a4123ef59f42c4afb5ab3b4ca95058"
38483843
uuid = "1082639a-0dae-5f34-9b06-72781eeb8cb3"
3849-
version = "1.3.6+0"
3844+
version = "1.3.6+1"
38503845

38513846
[[deps.Xorg_libXfixes_jll]]
38523847
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Xorg_libX11_jll"]

0 commit comments

Comments
 (0)