Skip to content

Commit 0ac31da

Browse files
committed
Update Manifest.toml
1 parent 797bbb2 commit 0ac31da

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

Manifest.toml

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

3+
julia_version = "1.7.1"
34
manifest_format = "2.0"
45

56
[[deps.Adapt]]
@@ -140,9 +141,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
140141

141142
[[deps.Distributions]]
142143
deps = ["ChainRulesCore", "DensityInterface", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns", "Test"]
143-
git-tree-sha1 = "24d26ca2197c158304ab2329af074fbe14c988e4"
144+
git-tree-sha1 = "2e97190dfd4382499a4ac349e8d316491c9db341"
144145
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
145-
version = "0.25.45"
146+
version = "0.25.46"
146147

147148
[[deps.DocStringExtensions]]
148149
deps = ["LibGit2"]
@@ -261,7 +262,7 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
261262
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
262263

263264
[[deps.LinearAlgebra]]
264-
deps = ["Libdl"]
265+
deps = ["Libdl", "libblastrampoline_jll"]
265266
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
266267

267268
[[deps.LogExpFunctions]]
@@ -286,9 +287,9 @@ uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
286287
version = "0.5.9"
287288

288289
[[deps.ManualMemory]]
289-
git-tree-sha1 = "9cb207b18148b2199db259adfa923b45593fe08e"
290+
git-tree-sha1 = "96cc3585aaadd885960141952276c54ca3910543"
290291
uuid = "d125e4d3-2237-4719-b19c-fa641b8a4667"
291-
version = "0.1.6"
292+
version = "0.1.7"
292293

293294
[[deps.Markdown]]
294295
deps = ["Base64"]
@@ -336,6 +337,10 @@ git-tree-sha1 = "043017e0bdeff61cfbb7afeb558ab29536bbb5ed"
336337
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
337338
version = "1.10.8"
338339

340+
[[deps.OpenBLAS_jll]]
341+
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
342+
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
343+
339344
[[deps.OpenLibm_jll]]
340345
deps = ["Artifacts", "Libdl"]
341346
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
@@ -406,7 +411,7 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
406411
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
407412

408413
[[deps.Random]]
409-
deps = ["Serialization"]
414+
deps = ["SHA", "Serialization"]
410415
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
411416

412417
[[deps.RecipesBase]]
@@ -485,9 +490,9 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
485490

486491
[[deps.SpecialFunctions]]
487492
deps = ["ChainRulesCore", "IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
488-
git-tree-sha1 = "e6bf188613555c78062842777b116905a9f9dd49"
493+
git-tree-sha1 = "a4116accb1c84f0a8e1b9932d873654942b2364b"
489494
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
490-
version = "2.1.0"
495+
version = "2.1.1"
491496

492497
[[deps.Static]]
493498
deps = ["IfElse"]
@@ -497,9 +502,9 @@ version = "0.4.1"
497502

498503
[[deps.StaticArrays]]
499504
deps = ["LinearAlgebra", "Random", "Statistics"]
500-
git-tree-sha1 = "2884859916598f974858ff01df7dfc6c708dd895"
505+
git-tree-sha1 = "a635a9333989a094bddc9f940c04c549cd66afcf"
501506
uuid = "90137ffa-7385-5640-81b9-e52037218182"
502-
version = "1.3.3"
507+
version = "1.3.4"
503508

504509
[[deps.Statistics]]
505510
deps = ["LinearAlgebra", "SparseArrays"]
@@ -602,6 +607,10 @@ version = "0.21.24"
602607
deps = ["Libdl"]
603608
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
604609

610+
[[deps.libblastrampoline_jll]]
611+
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
612+
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
613+
605614
[[deps.nghttp2_jll]]
606615
deps = ["Artifacts", "Libdl"]
607616
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"

0 commit comments

Comments
 (0)