Skip to content

Commit 2482f48

Browse files
committed
docs: Update Manifest
1 parent 586b986 commit 2482f48

File tree

1 file changed

+51
-71
lines changed

1 file changed

+51
-71
lines changed

docs/Manifest.toml

Lines changed: 51 additions & 71 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.9.1"
3+
julia_version = "1.7.3"
44
manifest_format = "2.0"
55
project_hash = "b8c87105b7392bf48cdae6a301cfa715e37f8323"
66

@@ -16,7 +16,6 @@ version = "0.3.4"
1616

1717
[[deps.ArgTools]]
1818
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
19-
version = "1.1.1"
2019

2120
[[deps.Artifacts]]
2221
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
@@ -35,11 +34,23 @@ git-tree-sha1 = "43b1a4a8f797c1cddadf60499a8a077d4af2cd2d"
3534
uuid = "d1d4a3ce-64b1-5f1a-9ba4-7e7e69966f35"
3635
version = "0.1.7"
3736

37+
[[deps.ChainRulesCore]]
38+
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
39+
git-tree-sha1 = "e30f2f4e20f7f186dc36529910beaedc60cfa644"
40+
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
41+
version = "1.16.0"
42+
43+
[[deps.ChangesOfVariables]]
44+
deps = ["InverseFunctions", "LinearAlgebra", "Test"]
45+
git-tree-sha1 = "2fba81a302a7be671aefe194f0525ef231104e7f"
46+
uuid = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
47+
version = "0.1.8"
48+
3849
[[deps.CodecZlib]]
3950
deps = ["TranscodingStreams", "Zlib_jll"]
40-
git-tree-sha1 = "9c209fb7536406834aa938fb149964b985de6c83"
51+
git-tree-sha1 = "02aa26a4cf76381be7f66e020a3eddeb27b0a092"
4152
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
42-
version = "0.7.1"
53+
version = "0.7.2"
4354

4455
[[deps.ColorTypes]]
4556
deps = ["FixedPointNumbers", "Random"]
@@ -54,25 +65,20 @@ uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
5465
version = "0.12.10"
5566

5667
[[deps.Compat]]
57-
deps = ["UUIDs"]
58-
git-tree-sha1 = "4e88377ae7ebeaf29a047aa1ee40826e0b708a5d"
68+
deps = ["Dates", "LinearAlgebra", "UUIDs"]
69+
git-tree-sha1 = "e460f044ca8b99be31d35fe54fc33a5c33dd8ed7"
5970
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
60-
version = "4.7.0"
61-
weakdeps = ["Dates", "LinearAlgebra"]
62-
63-
[deps.Compat.extensions]
64-
CompatLinearAlgebraExt = "LinearAlgebra"
71+
version = "4.9.0"
6572

6673
[[deps.CompilerSupportLibraries_jll]]
6774
deps = ["Artifacts", "Libdl"]
6875
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
69-
version = "1.0.2+0"
7076

7177
[[deps.ConcurrentUtilities]]
7278
deps = ["Serialization", "Sockets"]
73-
git-tree-sha1 = "96d823b94ba8d187a6d8f0826e731195a74b90e9"
79+
git-tree-sha1 = "5372dbbf8f0bdb8c700db5367132925c0771ef7e"
7480
uuid = "f0e56b4a-5159-44fe-b623-3e5288b988bb"
75-
version = "2.2.0"
81+
version = "2.2.1"
7682

7783
[[deps.ContextVariablesX]]
7884
deps = ["Compat", "Logging", "UUIDs"]
@@ -81,10 +87,10 @@ uuid = "6add18c4-b38d-439d-96f6-d6bc489c04c5"
8187
version = "0.1.3"
8288

8389
[[deps.Dagger]]
84-
deps = ["Colors", "ContextVariablesX", "DataStructures", "Distributed", "LinearAlgebra", "MacroTools", "MemPool", "Profile", "Random", "Requires", "Serialization", "SharedArrays", "SparseArrays", "Statistics", "StatsBase", "TimespanLogging", "UUIDs"]
90+
deps = ["ContextVariablesX", "DataStructures", "Distributed", "LinearAlgebra", "MacroTools", "MemPool", "Profile", "Random", "Requires", "Serialization", "SharedArrays", "SparseArrays", "Statistics", "StatsBase", "TimespanLogging", "UUIDs"]
8591
path = ".."
8692
uuid = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
87-
version = "0.17.0"
93+
version = "0.18.1"
8894

8995
[[deps.DaggerWebDash]]
9096
deps = ["Dagger", "Distributed", "HTTP", "JSON3", "MemPool", "Mux", "ProfileSVG", "Sockets", "StructTypes", "Tables", "TimespanLogging"]
@@ -99,9 +105,9 @@ version = "1.15.0"
99105

100106
[[deps.DataStructures]]
101107
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
102-
git-tree-sha1 = "cf25ccb972fec4e4817764d01c82386ae94f77b4"
108+
git-tree-sha1 = "3dbd312d370723b6bb43ba9d02fc36abade4518d"
103109
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
104-
version = "0.18.14"
110+
version = "0.18.15"
105111

106112
[[deps.DataValueInterfaces]]
107113
git-tree-sha1 = "bfc1187b79289637fa0ef6d4436ebdfe6905cbd6"
@@ -131,7 +137,6 @@ version = "0.27.25"
131137
[[deps.Downloads]]
132138
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
133139
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
134-
version = "1.6.0"
135140

136141
[[deps.ExceptionUnwrapping]]
137142
deps = ["Test"]
@@ -162,9 +167,9 @@ version = "0.2.10"
162167

163168
[[deps.HTTP]]
164169
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
165-
git-tree-sha1 = "2ee0eb8746650f498ed9a109383aa399b2a0c515"
170+
git-tree-sha1 = "cb56ccdd481c0dd7f975ad2b3b62d9eda088f7e2"
166171
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
167-
version = "1.9.10"
172+
version = "1.9.14"
168173

169174
[[deps.Hiccup]]
170175
deps = ["MacroTools", "Test"]
@@ -187,6 +192,12 @@ version = "1.0.0"
187192
deps = ["Markdown"]
188193
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
189194

195+
[[deps.InverseFunctions]]
196+
deps = ["Test"]
197+
git-tree-sha1 = "68772f49f54b479fa88ace904f6127f0a3bb2e46"
198+
uuid = "3587e190-3f89-42d0-90ee-14403ec27112"
199+
version = "0.1.12"
200+
190201
[[deps.IrrationalConstants]]
191202
git-tree-sha1 = "630b497eafcc20001bba38a4651b327dcfc491d2"
192203
uuid = "92d709cd-6900-40b7-9082-c6be49f344b6"
@@ -211,9 +222,9 @@ version = "0.21.4"
211222

212223
[[deps.JSON3]]
213224
deps = ["Dates", "Mmap", "Parsers", "PrecompileTools", "StructTypes", "UUIDs"]
214-
git-tree-sha1 = "5b62d93f2582b09e469b3099d839c2d2ebf5066d"
225+
git-tree-sha1 = "95220473901735a0f4df9d1ca5b171b568b2daa3"
215226
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
216-
version = "1.13.1"
227+
version = "1.13.2"
217228

218229
[[deps.LeftChildRightSiblingTrees]]
219230
deps = ["AbstractTrees"]
@@ -224,12 +235,10 @@ version = "0.1.3"
224235
[[deps.LibCURL]]
225236
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
226237
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
227-
version = "0.6.3"
228238

229239
[[deps.LibCURL_jll]]
230240
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
231241
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
232-
version = "7.84.0+0"
233242

234243
[[deps.LibGit2]]
235244
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
@@ -238,31 +247,20 @@ uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
238247
[[deps.LibSSH2_jll]]
239248
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
240249
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
241-
version = "1.10.2+0"
242250

243251
[[deps.Libdl]]
244252
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
245253

246254
[[deps.LinearAlgebra]]
247-
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
255+
deps = ["Libdl", "libblastrampoline_jll"]
248256
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
249257

250258
[[deps.LogExpFunctions]]
251-
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
259+
deps = ["ChainRulesCore", "ChangesOfVariables", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"]
252260
git-tree-sha1 = "c3ce8e7420b3a6e071e0fe4745f5d4300e37b13f"
253261
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
254262
version = "0.3.24"
255263

256-
[deps.LogExpFunctions.extensions]
257-
LogExpFunctionsChainRulesCoreExt = "ChainRulesCore"
258-
LogExpFunctionsChangesOfVariablesExt = "ChangesOfVariables"
259-
LogExpFunctionsInverseFunctionsExt = "InverseFunctions"
260-
261-
[deps.LogExpFunctions.weakdeps]
262-
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
263-
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
264-
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
265-
266264
[[deps.Logging]]
267265
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
268266

@@ -291,13 +289,12 @@ version = "1.1.7"
291289
[[deps.MbedTLS_jll]]
292290
deps = ["Artifacts", "Libdl"]
293291
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
294-
version = "2.28.2+0"
295292

296293
[[deps.MemPool]]
297294
deps = ["DataStructures", "Distributed", "Mmap", "Random", "Serialization", "Sockets"]
298-
git-tree-sha1 = "303f55cede4947d0acb325ac0bd7595fbcad6b99"
295+
git-tree-sha1 = "b9c1a032c3c1310a857c061ce487c632eaa1faa4"
299296
uuid = "f9f48841-c794-520a-933b-121f7ba6ed94"
300-
version = "0.4.2"
297+
version = "0.4.4"
301298

302299
[[deps.Missings]]
303300
deps = ["DataAPI"]
@@ -310,7 +307,6 @@ uuid = "a63ad114-7e13-5084-954f-fe012c677804"
310307

311308
[[deps.MozillaCACerts_jll]]
312309
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
313-
version = "2022.10.11"
314310

315311
[[deps.Mux]]
316312
deps = ["AssetRegistry", "Base64", "HTTP", "Hiccup", "MbedTLS", "Pkg", "Sockets"]
@@ -320,12 +316,10 @@ version = "1.0.1"
320316

321317
[[deps.NetworkOptions]]
322318
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
323-
version = "1.2.0"
324319

325320
[[deps.OpenBLAS_jll]]
326321
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
327322
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
328-
version = "0.3.21+4"
329323

330324
[[deps.OpenSSL]]
331325
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"]
@@ -335,20 +329,20 @@ version = "1.4.1"
335329

336330
[[deps.OpenSSL_jll]]
337331
deps = ["Artifacts", "JLLWrappers", "Libdl"]
338-
git-tree-sha1 = "cae3153c7f6cf3f069a853883fd1919a6e5bab5b"
332+
git-tree-sha1 = "e78db7bd5c26fc5a6911b50a47ee302219157ea8"
339333
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
340-
version = "3.0.9+0"
334+
version = "3.0.10+0"
341335

342336
[[deps.OrderedCollections]]
343-
git-tree-sha1 = "d321bf2de576bf25ec4d3e4360faca399afca282"
337+
git-tree-sha1 = "2e73fe17cac3c62ad1aebe70d44c963c3cfdc3e3"
344338
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
345-
version = "1.6.0"
339+
version = "1.6.2"
346340

347341
[[deps.Parsers]]
348342
deps = ["Dates", "PrecompileTools", "UUIDs"]
349-
git-tree-sha1 = "4b2e829ee66d4218e0cef22c0a64ee37cf258c29"
343+
git-tree-sha1 = "716e24b21538abc91f6205fd1d8363f39b442851"
350344
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
351-
version = "2.7.1"
345+
version = "2.7.2"
352346

353347
[[deps.Pidfile]]
354348
deps = ["FileWatching", "Test"]
@@ -357,9 +351,8 @@ uuid = "fa939f87-e72e-5be4-a000-7fc836dbe307"
357351
version = "1.3.0"
358352

359353
[[deps.Pkg]]
360-
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
354+
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
361355
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
362-
version = "1.9.0"
363356

364357
[[deps.PrecompileTools]]
365358
deps = ["Preferences"]
@@ -408,7 +401,6 @@ version = "1.3.0"
408401

409402
[[deps.SHA]]
410403
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
411-
version = "0.7.0"
412404

413405
[[deps.Serialization]]
414406
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -432,13 +424,12 @@ uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
432424
version = "1.1.1"
433425

434426
[[deps.SparseArrays]]
435-
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
427+
deps = ["LinearAlgebra", "Random"]
436428
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
437429

438430
[[deps.Statistics]]
439431
deps = ["LinearAlgebra", "SparseArrays"]
440432
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
441-
version = "1.9.0"
442433

443434
[[deps.StatsAPI]]
444435
deps = ["LinearAlgebra"]
@@ -448,25 +439,19 @@ version = "1.6.0"
448439

449440
[[deps.StatsBase]]
450441
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
451-
git-tree-sha1 = "d1bf48bfcc554a3761a133fe3a9bb01488e06916"
442+
git-tree-sha1 = "75ebe04c5bed70b91614d684259b661c9e6274a4"
452443
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
453-
version = "0.33.21"
444+
version = "0.34.0"
454445

455446
[[deps.StructTypes]]
456447
deps = ["Dates", "UUIDs"]
457448
git-tree-sha1 = "ca4bccb03acf9faaf4137a9abc1881ed1841aa70"
458449
uuid = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
459450
version = "1.10.0"
460451

461-
[[deps.SuiteSparse_jll]]
462-
deps = ["Artifacts", "Libdl", "Pkg", "libblastrampoline_jll"]
463-
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
464-
version = "5.10.1+6"
465-
466452
[[deps.TOML]]
467453
deps = ["Dates"]
468454
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
469-
version = "1.0.3"
470455

471456
[[deps.TableTraits]]
472457
deps = ["IteratorInterfaceExtensions"]
@@ -483,7 +468,6 @@ version = "1.10.1"
483468
[[deps.Tar]]
484469
deps = ["ArgTools", "SHA"]
485470
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
486-
version = "1.10.0"
487471

488472
[[deps.Test]]
489473
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
@@ -502,9 +486,9 @@ uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
502486
version = "0.9.13"
503487

504488
[[deps.URIs]]
505-
git-tree-sha1 = "074f993b0ca030848b897beff716d93aca60f06a"
489+
git-tree-sha1 = "b7a5e99f24892b6824a954199a45e9ffcc1c70f0"
506490
uuid = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
507-
version = "1.4.2"
491+
version = "1.5.0"
508492

509493
[[deps.UUIDs]]
510494
deps = ["Random", "SHA"]
@@ -516,19 +500,15 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
516500
[[deps.Zlib_jll]]
517501
deps = ["Libdl"]
518502
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
519-
version = "1.2.13+0"
520503

521504
[[deps.libblastrampoline_jll]]
522-
deps = ["Artifacts", "Libdl"]
505+
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
523506
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
524-
version = "5.8.0+0"
525507

526508
[[deps.nghttp2_jll]]
527509
deps = ["Artifacts", "Libdl"]
528510
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
529-
version = "1.48.0+0"
530511

531512
[[deps.p7zip_jll]]
532513
deps = ["Artifacts", "Libdl"]
533514
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
534-
version = "17.4.0+0"

0 commit comments

Comments
 (0)