-
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.
- Loading branch information
1 parent
c4fac3c
commit e31da78
Showing
3 changed files
with
371 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,362 @@ | ||
# This file is machine-generated - editing it directly is not advised | ||
|
||
julia_version = "1.9.3" | ||
manifest_format = "2.0" | ||
project_hash = "8be79274ef51685aa668919706afbedf0c905202" | ||
|
||
[[deps.AbstractTrees]] | ||
git-tree-sha1 = "faa260e4cb5aba097a73fab382dd4b5819d8ec8c" | ||
uuid = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" | ||
version = "0.4.4" | ||
|
||
[[deps.ArgTools]] | ||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" | ||
version = "1.1.1" | ||
|
||
[[deps.Artifacts]] | ||
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" | ||
|
||
[[deps.Base64]] | ||
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
|
||
[[deps.BenchmarkTools]] | ||
deps = ["JSON", "Logging", "Printf", "Profile", "Statistics", "UUIDs"] | ||
git-tree-sha1 = "d9a9701b899b30332bbcb3e1679c41cce81fb0e8" | ||
uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" | ||
version = "1.3.2" | ||
|
||
[[deps.CommonSubexpressions]] | ||
deps = ["MacroTools", "Test"] | ||
git-tree-sha1 = "7b8a93dba8af7e3b42fecabf646260105ac373f7" | ||
uuid = "bbf7d656-a473-5ed7-a52c-81e309532950" | ||
version = "0.3.0" | ||
|
||
[[deps.CompilerSupportLibraries_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" | ||
version = "1.0.5+0" | ||
|
||
[[deps.Dates]] | ||
deps = ["Printf"] | ||
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
||
[[deps.DiffResults]] | ||
deps = ["StaticArraysCore"] | ||
git-tree-sha1 = "782dd5f4561f5d267313f23853baaaa4c52ea621" | ||
uuid = "163ba53b-c6d8-5494-b064-1a9d43ac40c5" | ||
version = "1.1.0" | ||
|
||
[[deps.DiffRules]] | ||
deps = ["IrrationalConstants", "LogExpFunctions", "NaNMath", "Random", "SpecialFunctions"] | ||
git-tree-sha1 = "23163d55f885173722d1e4cf0f6110cdbaf7e272" | ||
uuid = "b552c78f-8df3-52c6-915a-8e097449b14b" | ||
version = "1.15.1" | ||
|
||
[[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" | ||
version = "1.6.0" | ||
|
||
[[deps.FileWatching]] | ||
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" | ||
|
||
[[deps.ForwardDiff]] | ||
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions"] | ||
git-tree-sha1 = "cf0fe81336da9fb90944683b8c41984b08793dad" | ||
uuid = "f6369f11-7733-5829-9624-2563aa707210" | ||
version = "0.10.36" | ||
|
||
[deps.ForwardDiff.extensions] | ||
ForwardDiffStaticArraysExt = "StaticArrays" | ||
|
||
[deps.ForwardDiff.weakdeps] | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
|
||
[[deps.GCPDecompositions]] | ||
deps = ["ForwardDiff", "LBFGSB", "LinearAlgebra"] | ||
git-tree-sha1 = "994de61253546641cdcef8fe8bc9667468662299" | ||
uuid = "f59fb95b-1bc8-443b-b347-5e445a549f37" | ||
version = "0.1.2" | ||
|
||
[deps.GCPDecompositions.extensions] | ||
LossFunctionsExt = "LossFunctions" | ||
|
||
[deps.GCPDecompositions.weakdeps] | ||
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7" | ||
|
||
[[deps.InteractiveUtils]] | ||
deps = ["Markdown"] | ||
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | ||
|
||
[[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.JSON]] | ||
deps = ["Dates", "Mmap", "Parsers", "Unicode"] | ||
git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a" | ||
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | ||
version = "0.21.4" | ||
|
||
[[deps.LBFGSB]] | ||
deps = ["L_BFGS_B_jll"] | ||
git-tree-sha1 = "e2e6f53ee20605d0ea2be473480b7480bd5091b5" | ||
uuid = "5be7bae1-8223-5378-bac3-9e7378a2f6e6" | ||
version = "0.4.1" | ||
|
||
[[deps.L_BFGS_B_jll]] | ||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"] | ||
git-tree-sha1 = "77feda930ed3f04b2b0fbb5bea89e69d3677c6b0" | ||
uuid = "81d17ec3-03a1-5e46-b53e-bddc35a13473" | ||
version = "3.0.1+0" | ||
|
||
[[deps.LeftChildRightSiblingTrees]] | ||
deps = ["AbstractTrees"] | ||
git-tree-sha1 = "fb6803dafae4a5d62ea5cab204b1e657d9737e7f" | ||
uuid = "1d6d02ad-be62-4b6b-8a6d-2f90e265016e" | ||
version = "0.2.0" | ||
|
||
[[deps.LibCURL]] | ||
deps = ["LibCURL_jll", "MozillaCACerts_jll"] | ||
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21" | ||
version = "0.6.3" | ||
|
||
[[deps.LibCURL_jll]] | ||
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"] | ||
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" | ||
version = "7.84.0+0" | ||
|
||
[[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" | ||
version = "1.10.2+0" | ||
|
||
[[deps.Libdl]] | ||
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" | ||
|
||
[[deps.LinearAlgebra]] | ||
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"] | ||
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
||
[[deps.LogExpFunctions]] | ||
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"] | ||
git-tree-sha1 = "7d6dd4e9212aebaeed356de34ccf262a3cd415aa" | ||
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688" | ||
version = "0.3.26" | ||
|
||
[deps.LogExpFunctions.extensions] | ||
LogExpFunctionsChainRulesCoreExt = "ChainRulesCore" | ||
LogExpFunctionsChangesOfVariablesExt = "ChangesOfVariables" | ||
LogExpFunctionsInverseFunctionsExt = "InverseFunctions" | ||
|
||
[deps.LogExpFunctions.weakdeps] | ||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" | ||
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0" | ||
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112" | ||
|
||
[[deps.Logging]] | ||
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" | ||
|
||
[[deps.MacroTools]] | ||
deps = ["Markdown", "Random"] | ||
git-tree-sha1 = "9ee1618cbf5240e6d4e0371d6f24065083f60c48" | ||
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" | ||
version = "0.5.11" | ||
|
||
[[deps.Markdown]] | ||
deps = ["Base64"] | ||
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
|
||
[[deps.MbedTLS_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1" | ||
version = "2.28.2+0" | ||
|
||
[[deps.Mmap]] | ||
uuid = "a63ad114-7e13-5084-954f-fe012c677804" | ||
|
||
[[deps.MozillaCACerts_jll]] | ||
uuid = "14a3606d-f60d-562e-9121-12d972cd8159" | ||
version = "2022.10.11" | ||
|
||
[[deps.NaNMath]] | ||
deps = ["OpenLibm_jll"] | ||
git-tree-sha1 = "0877504529a3e5c3343c6f8b4c0381e57e4387e4" | ||
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3" | ||
version = "1.0.2" | ||
|
||
[[deps.NetworkOptions]] | ||
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" | ||
version = "1.2.0" | ||
|
||
[[deps.OpenBLAS_jll]] | ||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"] | ||
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363" | ||
version = "0.3.21+4" | ||
|
||
[[deps.OpenLibm_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "05823500-19ac-5b8b-9628-191a04bc5112" | ||
version = "0.8.1+0" | ||
|
||
[[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.Parsers]] | ||
deps = ["Dates", "PrecompileTools", "UUIDs"] | ||
git-tree-sha1 = "716e24b21538abc91f6205fd1d8363f39b442851" | ||
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" | ||
version = "2.7.2" | ||
|
||
[[deps.Pkg]] | ||
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"] | ||
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | ||
version = "1.9.2" | ||
|
||
[[deps.PkgBenchmark]] | ||
deps = ["BenchmarkTools", "Dates", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Pkg", "Printf", "TerminalLoggers", "UUIDs"] | ||
git-tree-sha1 = "e4a10b7cdb7ec836850e43a4cee196f4e7b02756" | ||
uuid = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d" | ||
version = "0.2.12" | ||
|
||
[[deps.PrecompileTools]] | ||
deps = ["Preferences"] | ||
git-tree-sha1 = "03b4c25b43cb84cee5c90aa9b5ea0a78fd848d2f" | ||
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a" | ||
version = "1.2.0" | ||
|
||
[[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.Profile]] | ||
deps = ["Printf"] | ||
uuid = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79" | ||
|
||
[[deps.ProgressLogging]] | ||
deps = ["Logging", "SHA", "UUIDs"] | ||
git-tree-sha1 = "80d919dee55b9c50e8d9e2da5eeafff3fe58b539" | ||
uuid = "33c8b6b6-d38a-422a-b730-caa89a2f386c" | ||
version = "0.1.4" | ||
|
||
[[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.SHA]] | ||
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" | ||
version = "0.7.0" | ||
|
||
[[deps.Serialization]] | ||
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | ||
|
||
[[deps.Sockets]] | ||
uuid = "6462fe0b-24de-5631-8697-dd941f90decc" | ||
|
||
[[deps.SparseArrays]] | ||
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"] | ||
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | ||
|
||
[[deps.SpecialFunctions]] | ||
deps = ["IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"] | ||
git-tree-sha1 = "e2cfc4012a19088254b3950b85c3c1d8882d864d" | ||
uuid = "276daf66-3868-5448-9aa4-cd146d93841b" | ||
version = "2.3.1" | ||
|
||
[deps.SpecialFunctions.extensions] | ||
SpecialFunctionsChainRulesCoreExt = "ChainRulesCore" | ||
|
||
[deps.SpecialFunctions.weakdeps] | ||
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" | ||
|
||
[[deps.StaticArraysCore]] | ||
git-tree-sha1 = "36b3d696ce6366023a0ea192b4cd442268995a0d" | ||
uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" | ||
version = "1.4.2" | ||
|
||
[[deps.Statistics]] | ||
deps = ["LinearAlgebra", "SparseArrays"] | ||
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
version = "1.9.0" | ||
|
||
[[deps.SuiteSparse_jll]] | ||
deps = ["Artifacts", "Libdl", "Pkg", "libblastrampoline_jll"] | ||
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c" | ||
version = "5.10.1+6" | ||
|
||
[[deps.TOML]] | ||
deps = ["Dates"] | ||
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76" | ||
version = "1.0.3" | ||
|
||
[[deps.Tar]] | ||
deps = ["ArgTools", "SHA"] | ||
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" | ||
version = "1.10.0" | ||
|
||
[[deps.TerminalLoggers]] | ||
deps = ["LeftChildRightSiblingTrees", "Logging", "Markdown", "Printf", "ProgressLogging", "UUIDs"] | ||
git-tree-sha1 = "f133fab380933d042f6796eda4e130272ba520ca" | ||
uuid = "5d786b92-1e48-4d6f-9151-6b4477ca9bed" | ||
version = "0.1.7" | ||
|
||
[[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" | ||
version = "1.2.13+0" | ||
|
||
[[deps.libblastrampoline_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93" | ||
version = "5.8.0+0" | ||
|
||
[[deps.nghttp2_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" | ||
version = "1.48.0+0" | ||
|
||
[[deps.p7zip_jll]] | ||
deps = ["Artifacts", "Libdl"] | ||
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" | ||
version = "17.4.0+0" |
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,9 @@ | ||
[deps] | ||
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" | ||
GCPDecompositions = "f59fb95b-1bc8-443b-b347-5e445a549f37" | ||
PkgBenchmark = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d" | ||
|
||
[compat] | ||
BenchmarkTools = "1.3.2" | ||
GCPDecompositions = "0.1.2" | ||
PkgBenchmark = "0.2.12" |
Empty file.