-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include Manifest.toml for documentation
- Loading branch information
moeinkh88
committed
Jan 5, 2024
1 parent
56a86a4
commit cc8a0ed
Showing
1 changed file
with
248 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,248 @@ | ||
# This file is machine-generated - editing it directly is not advised | ||
|
||
julia_version = "1.7.3" | ||
manifest_format = "2.0" | ||
|
||
[[deps.AbstractFFTs]] | ||
deps = ["ChainRulesCore", "LinearAlgebra", "Test"] | ||
git-tree-sha1 = "d92ad398961a3ed262d8bf04a1a2b8340f915fef" | ||
uuid = "621f4979-c628-5d54-868e-fcf4e3e8185c" | ||
version = "1.5.0" | ||
|
||
[[deps.ArgTools]] | ||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" | ||
|
||
[[deps.Artifacts]] | ||
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" | ||
|
||
[[deps.Base64]] | ||
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
|
||
[[deps.ChainRulesCore]] | ||
deps = ["Compat", "LinearAlgebra", "SparseArrays"] | ||
git-tree-sha1 = "2118cb2765f8197b08e5958cdd17c165427425ee" | ||
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" | ||
version = "1.19.0" | ||
|
||
[[deps.ChangesOfVariables]] | ||
deps = ["InverseFunctions", "LinearAlgebra", "Test"] | ||
git-tree-sha1 = "2fba81a302a7be671aefe194f0525ef231104e7f" | ||
uuid = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0" | ||
version = "0.1.8" | ||
|
||
[[deps.Compat]] | ||
deps = ["Dates", "LinearAlgebra", "UUIDs"] | ||
git-tree-sha1 = "886826d76ea9e72b35fcd000e535588f7b60f21d" | ||
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" | ||
version = "4.10.1" | ||
|
||
[[deps.CompilerSupportLibraries_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" | ||
|
||
[[deps.Dates]] | ||
deps = ["Printf"] | ||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
||
[[deps.DocStringExtensions]] | ||
deps = ["LibGit2"] | ||
git-tree-sha1 = "2fb1e02f2b635d0845df5d7c167fec4dd739b00d" | ||
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
version = "0.9.3" | ||
|
||
[[deps.Downloads]] | ||
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"] | ||
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6" | ||
|
||
[[deps.FFTW]] | ||
deps = ["AbstractFFTs", "FFTW_jll", "LinearAlgebra", "MKL_jll", "Preferences", "Reexport"] | ||
git-tree-sha1 = "ec22cbbcd01cba8f41eecd7d44aac1f23ee985e3" | ||
uuid = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" | ||
version = "1.7.2" | ||
|
||
[[deps.FFTW_jll]] | ||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"] | ||
git-tree-sha1 = "c6033cc3892d0ef5bb9cd29b7f2f0331ea5184ea" | ||
uuid = "f5851436-0d7a-5f13-b9de-f02708fd171a" | ||
version = "3.3.10+0" | ||
|
||
[[deps.FileWatching]] | ||
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" | ||
|
||
[[deps.IntelOpenMP_jll]] | ||
deps = ["Artifacts", "JLLWrappers", "Libdl"] | ||
git-tree-sha1 = "5fdf2fe6724d8caabf43b557b84ce53f3b7e2f6b" | ||
uuid = "1d5cc7b8-4909-519e-a0f8-d0f5ad9712d0" | ||
version = "2024.0.2+0" | ||
|
||
[[deps.InteractiveUtils]] | ||
deps = ["Markdown"] | ||
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
|
||
[[deps.InverseFunctions]] | ||
deps = ["Test"] | ||
git-tree-sha1 = "68772f49f54b479fa88ace904f6127f0a3bb2e46" | ||
uuid = "3587e190-3f89-42d0-90ee-14403ec27112" | ||
version = "0.1.12" | ||
|
||
[[deps.IrrationalConstants]] | ||
git-tree-sha1 = "630b497eafcc20001bba38a4651b327dcfc491d2" | ||
uuid = "92d709cd-6900-40b7-9082-c6be49f344b6" | ||
version = "0.2.2" | ||
|
||
[[deps.JLLWrappers]] | ||
deps = ["Artifacts", "Preferences"] | ||
git-tree-sha1 = "7e5d6779a1e09a36db2a7b6cff50942a0a7d0fca" | ||
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210" | ||
version = "1.5.0" | ||
|
||
[[deps.LazyArtifacts]] | ||
deps = ["Artifacts", "Pkg"] | ||
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3" | ||
|
||
[[deps.LibCURL]] | ||
deps = ["LibCURL_jll", "MozillaCACerts_jll"] | ||
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21" | ||
|
||
[[deps.LibCURL_jll]] | ||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"] | ||
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" | ||
|
||
[[deps.LibGit2]] | ||
deps = ["Base64", "NetworkOptions", "Printf", "SHA"] | ||
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" | ||
|
||
[[deps.LibSSH2_jll]] | ||
deps = ["Artifacts", "Libdl", "MbedTLS_jll"] | ||
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8" | ||
|
||
[[deps.Libdl]] | ||
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" | ||
|
||
[[deps.LinearAlgebra]] | ||
deps = ["Libdl", "libblastrampoline_jll"] | ||
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
||
[[deps.LogExpFunctions]] | ||
deps = ["ChainRulesCore", "ChangesOfVariables", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"] | ||
git-tree-sha1 = "7d6dd4e9212aebaeed356de34ccf262a3cd415aa" | ||
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688" | ||
version = "0.3.26" | ||
|
||
[[deps.Logging]] | ||
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
|
||
[[deps.MKL_jll]] | ||
deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl"] | ||
git-tree-sha1 = "72dc3cf284559eb8f53aa593fe62cb33f83ed0c0" | ||
uuid = "856f044c-d86e-5d09-b602-aeab76dc8ba7" | ||
version = "2024.0.0+0" | ||
|
||
[[deps.Markdown]] | ||
deps = ["Base64"] | ||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
|
||
[[deps.MbedTLS_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1" | ||
|
||
[[deps.MozillaCACerts_jll]] | ||
uuid = "14a3606d-f60d-562e-9121-12d972cd8159" | ||
|
||
[[deps.NetworkOptions]] | ||
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" | ||
|
||
[[deps.OpenBLAS_jll]] | ||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"] | ||
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" | ||
|
||
[[deps.OpenLibm_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "05823500-19ac-5b8b-9628-191a04bc5112" | ||
|
||
[[deps.OpenSpecFun_jll]] | ||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"] | ||
git-tree-sha1 = "13652491f6856acfd2db29360e1bbcd4565d04f1" | ||
uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e" | ||
version = "0.5.5+0" | ||
|
||
[[deps.Pkg]] | ||
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"] | ||
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
|
||
[[deps.Preferences]] | ||
deps = ["TOML"] | ||
git-tree-sha1 = "00805cd429dcb4870060ff49ef443486c262e38e" | ||
uuid = "21216c6a-2e73-6563-6e65-726566657250" | ||
version = "1.4.1" | ||
|
||
[[deps.Printf]] | ||
deps = ["Unicode"] | ||
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
|
||
[[deps.REPL]] | ||
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"] | ||
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" | ||
|
||
[[deps.Random]] | ||
deps = ["SHA", "Serialization"] | ||
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
|
||
[[deps.Reexport]] | ||
git-tree-sha1 = "45e428421666073eab6f2da5c9d310d99bb12f9b" | ||
uuid = "189a3867-3050-52da-a836-e630ba90ab69" | ||
version = "1.2.2" | ||
|
||
[[deps.SHA]] | ||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" | ||
|
||
[[deps.Serialization]] | ||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | ||
|
||
[[deps.Sockets]] | ||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc" | ||
|
||
[[deps.SparseArrays]] | ||
deps = ["LinearAlgebra", "Random"] | ||
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | ||
|
||
[[deps.SpecialFunctions]] | ||
deps = ["ChainRulesCore", "IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"] | ||
git-tree-sha1 = "e2cfc4012a19088254b3950b85c3c1d8882d864d" | ||
uuid = "276daf66-3868-5448-9aa4-cd146d93841b" | ||
version = "2.3.1" | ||
|
||
[[deps.TOML]] | ||
deps = ["Dates"] | ||
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | ||
|
||
[[deps.Tar]] | ||
deps = ["ArgTools", "SHA"] | ||
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" | ||
|
||
[[deps.Test]] | ||
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"] | ||
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[[deps.UUIDs]] | ||
deps = ["Random", "SHA"] | ||
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" | ||
|
||
[[deps.Unicode]] | ||
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" | ||
|
||
[[deps.Zlib_jll]] | ||
deps = ["Libdl"] | ||
uuid = "83775a58-1f1d-513f-b197-d71354ab007a" | ||
|
||
[[deps.libblastrampoline_jll]] | ||
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"] | ||
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93" | ||
|
||
[[deps.nghttp2_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" | ||
|
||
[[deps.p7zip_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" |