Skip to content

Commit 5e83a39

Browse files
Merge pull request #767 from avik-pal/ap/retrigger
Update Manifest for Nonlinear Problem
2 parents 1866dc7 + 388cd1e commit 5e83a39

File tree

1 file changed

+53
-44
lines changed

1 file changed

+53
-44
lines changed

benchmarks/NonlinearProblem/Manifest.toml

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

3-
julia_version = "1.10.0-beta2"
3+
julia_version = "1.9.3"
44
manifest_format = "2.0"
5-
project_hash = "d834c0a08d48c343ec97838c59535146048d513e"
5+
project_hash = "14e663c1d8b0ae4ca06d03133a3da75386e4e3cc"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "5d2e21d7b0d8c22f67483ef95ebdc39c0e6b6003"
@@ -179,7 +179,7 @@ weakdeps = ["Dates", "LinearAlgebra"]
179179
[[deps.CompilerSupportLibraries_jll]]
180180
deps = ["Artifacts", "Libdl"]
181181
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
182-
version = "1.0.5+1"
182+
version = "1.0.5+0"
183183

184184
[[deps.ConcreteStructs]]
185185
git-tree-sha1 = "f749037478283d372048690eb3b5f92a79432b34"
@@ -284,11 +284,9 @@ version = "6.130.0"
284284

285285
[[deps.DiffEqDevTools]]
286286
deps = ["DiffEqBase", "DiffEqNoiseProcess", "Distributed", "LinearAlgebra", "Logging", "NLsolve", "RecipesBase", "RecursiveArrayTools", "RootedTrees", "SciMLBase", "Statistics"]
287-
git-tree-sha1 = "e5f01ce56757c14bb69a8fa94f9c44d1fc031087"
288-
repo-rev = "master"
289-
repo-url = "https://github.com/SciML/DiffEqDevTools.jl.git"
287+
git-tree-sha1 = "c3584561d13eb05df4d32264fc70cffc9d3f9b4e"
290288
uuid = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
291-
version = "2.38.1"
289+
version = "2.39.0"
292290

293291
[[deps.DiffEqNoiseProcess]]
294292
deps = ["DiffEqBase", "Distributions", "GPUArraysCore", "LinearAlgebra", "Markdown", "Optim", "PoissonRandom", "QuadGK", "Random", "Random123", "RandomNumbers", "RecipesBase", "RecursiveArrayTools", "Requires", "ResettableStacks", "SciMLBase", "StaticArraysCore", "Statistics"]
@@ -609,6 +607,12 @@ git-tree-sha1 = "5cd07aab533df5170988219191dfad0519391428"
609607
uuid = "d25df0c9-e2be-5dd7-82c8-3ad0b3e990b9"
610608
version = "0.1.3"
611609

610+
[[deps.IntelOpenMP_jll]]
611+
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
612+
git-tree-sha1 = "ad37c091f7d7daf900963171600d7c1c5c3ede32"
613+
uuid = "1d5cc7b8-4909-519e-a0f8-d0f5ad9712d0"
614+
version = "2023.2.0+0"
615+
612616
[[deps.InteractiveUtils]]
613617
deps = ["Markdown"]
614618
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
@@ -714,15 +718,19 @@ git-tree-sha1 = "1370f8202dac30758f3c345f9909b97f53d87d3f"
714718
uuid = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
715719
version = "0.15.1"
716720

721+
[[deps.LazyArtifacts]]
722+
deps = ["Artifacts", "Pkg"]
723+
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
724+
717725
[[deps.LibCURL]]
718726
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
719727
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
720-
version = "0.6.4"
728+
version = "0.6.3"
721729

722730
[[deps.LibCURL_jll]]
723731
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
724732
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
725-
version = "8.0.1+1"
733+
version = "7.84.0+0"
726734

727735
[[deps.LibGit2]]
728736
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
@@ -731,7 +739,7 @@ uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
731739
[[deps.LibSSH2_jll]]
732740
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
733741
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
734-
version = "1.11.0+1"
742+
version = "1.10.2+0"
735743

736744
[[deps.Libdl]]
737745
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
@@ -795,10 +803,10 @@ deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
795803
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
796804

797805
[[deps.LinearSolve]]
798-
deps = ["ArrayInterface", "ConcreteStructs", "DocStringExtensions", "EnumX", "EnzymeCore", "FastLapackInterface", "GPUArraysCore", "InteractiveUtils", "KLU", "Krylov", "Libdl", "LinearAlgebra", "PrecompileTools", "Preferences", "RecursiveFactorization", "Reexport", "Requires", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Sparspak", "SuiteSparse", "UnPack"]
799-
git-tree-sha1 = "ba01f7a97d3d8bd711b2c00a8a68c887d8a85c9d"
806+
deps = ["ArrayInterface", "ConcreteStructs", "DocStringExtensions", "EnumX", "EnzymeCore", "FastLapackInterface", "GPUArraysCore", "InteractiveUtils", "KLU", "Krylov", "Libdl", "LinearAlgebra", "MKL_jll", "PrecompileTools", "Preferences", "RecursiveFactorization", "Reexport", "Requires", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Sparspak", "SuiteSparse", "UnPack"]
807+
git-tree-sha1 = "435ab14ca589757a0feae6e3e347bc37addda42d"
800808
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
801-
version = "2.8.1"
809+
version = "2.9.2"
802810

803811
[deps.LinearSolve.extensions]
804812
LinearSolveBlockDiagonalsExt = "BlockDiagonals"
@@ -808,7 +816,6 @@ version = "2.8.1"
808816
LinearSolveIterativeSolversExt = "IterativeSolvers"
809817
LinearSolveKernelAbstractionsExt = "KernelAbstractions"
810818
LinearSolveKrylovKitExt = "KrylovKit"
811-
LinearSolveMKLExt = "MKL_jll"
812819
LinearSolveMetalExt = "Metal"
813820
LinearSolvePardisoExt = "Pardiso"
814821

@@ -820,7 +827,6 @@ version = "2.8.1"
820827
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
821828
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
822829
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
823-
MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
824830
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
825831
Pardiso = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
826832

@@ -845,9 +851,9 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
845851

846852
[[deps.LoggingExtras]]
847853
deps = ["Dates", "Logging"]
848-
git-tree-sha1 = "0d097476b6c381ab7906460ef1ef1638fbce1d91"
854+
git-tree-sha1 = "c1dd6d7978c12545b4179fb6153b9250c96b0075"
849855
uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
850-
version = "1.0.2"
856+
version = "1.0.3"
851857

852858
[[deps.LoopVectorization]]
853859
deps = ["ArrayInterface", "ArrayInterfaceCore", "CPUSummary", "CloseOpenIntervals", "DocStringExtensions", "HostCPUFeatures", "IfElse", "LayoutPointers", "LinearAlgebra", "OffsetArrays", "PolyesterWeave", "PrecompileTools", "SIMDTypes", "SLEEFPirates", "Static", "StaticArrayInterface", "ThreadingUtilities", "UnPack", "VectorizationBase"]
@@ -866,6 +872,12 @@ git-tree-sha1 = "cd4878dae41b1d0d63adef75b417fdd3b4ed0dfb"
866872
uuid = "4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
867873
version = "1.1.1"
868874

875+
[[deps.MKL_jll]]
876+
deps = ["Artifacts", "IntelOpenMP_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "Pkg"]
877+
git-tree-sha1 = "eb006abbd7041c28e0d16260e50a24f8f9104913"
878+
uuid = "856f044c-d86e-5d09-b602-aeab76dc8ba7"
879+
version = "2023.2.0+0"
880+
869881
[[deps.MacroTools]]
870882
deps = ["Markdown", "Random"]
871883
git-tree-sha1 = "9ee1618cbf5240e6d4e0371d6f24065083f60c48"
@@ -890,7 +902,7 @@ version = "1.1.7"
890902
[[deps.MbedTLS_jll]]
891903
deps = ["Artifacts", "Libdl"]
892904
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
893-
version = "2.28.2+1"
905+
version = "2.28.2+0"
894906

895907
[[deps.Measures]]
896908
git-tree-sha1 = "c13304c81eec1ed3af7fc20e75fb6b26092a1102"
@@ -908,7 +920,7 @@ uuid = "a63ad114-7e13-5084-954f-fe012c677804"
908920

909921
[[deps.MozillaCACerts_jll]]
910922
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
911-
version = "2023.1.10"
923+
version = "2022.10.11"
912924

913925
[[deps.MuladdMacro]]
914926
git-tree-sha1 = "cac9cc5499c25554cba55cd3c30543cff5ca4fab"
@@ -945,17 +957,15 @@ version = "1.2.0"
945957

946958
[[deps.NonlinearProblemLibrary]]
947959
deps = ["LinearAlgebra", "SciMLBase"]
948-
git-tree-sha1 = "35c56805757be5060524237269fc0c76574433c8"
960+
git-tree-sha1 = "d07ece2311bb6867c9ddf99ca55177d453f1c250"
949961
uuid = "b7050fa9-e91f-4b37-bcee-a89a063da141"
950-
version = "0.1.0"
962+
version = "0.1.1"
951963

952964
[[deps.NonlinearSolve]]
953965
deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "DiffEqBase", "EnumX", "FiniteDiff", "ForwardDiff", "LineSearches", "LinearAlgebra", "LinearSolve", "PrecompileTools", "RecursiveArrayTools", "Reexport", "SciMLBase", "SimpleNonlinearSolve", "SparseArrays", "SparseDiffTools", "StaticArraysCore", "UnPack"]
954-
git-tree-sha1 = "38b38e5a0e76c5bd0c391e190a3087aed17e887d"
955-
repo-rev = "ap/levenberg"
956-
repo-url = "https://github.com/avik-pal/NonlinearSolve.jl"
966+
git-tree-sha1 = "445a7ba86794e1f8ee9da3b3b7becf284e2625fd"
957967
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
958-
version = "2.0.2"
968+
version = "2.1.0"
959969

960970
[[deps.NonlinearSolveMINPACK]]
961971
deps = ["MINPACK", "Reexport", "SciMLBase"]
@@ -978,12 +988,12 @@ version = "1.3.5+1"
978988
[[deps.OpenBLAS_jll]]
979989
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
980990
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
981-
version = "0.3.23+2"
991+
version = "0.3.21+4"
982992

983993
[[deps.OpenLibm_jll]]
984994
deps = ["Artifacts", "Libdl"]
985995
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
986-
version = "0.8.1+2"
996+
version = "0.8.1+0"
987997

988998
[[deps.OpenSSL]]
989999
deps = ["BitFlags", "Dates", "MozillaCACerts_jll", "OpenSSL_jll", "Sockets"]
@@ -1023,13 +1033,13 @@ version = "1.6.2"
10231033
[[deps.PCRE2_jll]]
10241034
deps = ["Artifacts", "Libdl"]
10251035
uuid = "efcefdf7-47ab-520b-bdef-62a2eaa19f15"
1026-
version = "10.42.0+1"
1036+
version = "10.42.0+0"
10271037

10281038
[[deps.PDMats]]
10291039
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
1030-
git-tree-sha1 = "bf6085e8bd7735e68c210c6e5d81f9a6fe192060"
1040+
git-tree-sha1 = "fcf8fd477bd7f33cb8dbb1243653fb0d415c256c"
10311041
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
1032-
version = "0.11.19"
1042+
version = "0.11.25"
10331043

10341044
[[deps.PackageExtensionCompat]]
10351045
git-tree-sha1 = "fb28e33b8a95c4cee25ce296c817d89cc2e53518"
@@ -1063,7 +1073,7 @@ version = "0.42.2+0"
10631073
[[deps.Pkg]]
10641074
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
10651075
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1066-
version = "1.10.0"
1076+
version = "1.9.2"
10671077

10681078
[[deps.PlotThemes]]
10691079
deps = ["PlotUtils", "Statistics"]
@@ -1176,7 +1186,7 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
11761186
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
11771187

11781188
[[deps.Random]]
1179-
deps = ["SHA"]
1189+
deps = ["SHA", "Serialization"]
11801190
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
11811191

11821192
[[deps.Random123]]
@@ -1395,13 +1405,12 @@ version = "1.1.1"
13951405
[[deps.SparseArrays]]
13961406
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
13971407
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1398-
version = "1.10.0"
13991408

14001409
[[deps.SparseDiffTools]]
1401-
deps = ["ADTypes", "Adapt", "ArrayInterface", "Compat", "DataStructures", "FiniteDiff", "ForwardDiff", "Graphs", "LinearAlgebra", "PackageExtensionCompat", "Reexport", "SciMLOperators", "Setfield", "SparseArrays", "StaticArrayInterface", "StaticArrays", "Tricks", "UnPack", "VertexSafeGraphs"]
1402-
git-tree-sha1 = "42d131931906bf4f0af97a7113c8456d0a8aff9d"
1410+
deps = ["ADTypes", "Adapt", "ArrayInterface", "Compat", "DataStructures", "FiniteDiff", "ForwardDiff", "Graphs", "LinearAlgebra", "PackageExtensionCompat", "Random", "Reexport", "SciMLOperators", "Setfield", "SparseArrays", "StaticArrayInterface", "StaticArrays", "Tricks", "UnPack", "VertexSafeGraphs"]
1411+
git-tree-sha1 = "0a4538040f6eeae9016043104056dc6c13e1d8c1"
14031412
uuid = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
1404-
version = "2.6.0"
1413+
version = "2.7.0"
14051414

14061415
[deps.SparseDiffTools.extensions]
14071416
SparseDiffToolsEnzymeExt = "Enzyme"
@@ -1517,7 +1526,7 @@ uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
15171526
[[deps.SuiteSparse_jll]]
15181527
deps = ["Artifacts", "Libdl", "Pkg", "libblastrampoline_jll"]
15191528
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
1520-
version = "7.2.0+1"
1529+
version = "5.10.1+6"
15211530

15221531
[[deps.Sundials]]
15231532
deps = ["CEnum", "DataStructures", "DiffEqBase", "Libdl", "LinearAlgebra", "Logging", "PrecompileTools", "Reexport", "SciMLBase", "SparseArrays", "Sundials_jll"]
@@ -1526,10 +1535,10 @@ uuid = "c3572dad-4567-51f8-b174-8c6c989267f4"
15261535
version = "4.20.0"
15271536

15281537
[[deps.Sundials_jll]]
1529-
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "SuiteSparse_jll", "libblastrampoline_jll"]
1530-
git-tree-sha1 = "ba4d38faeb62de7ef47155ed321dce40a549c305"
1538+
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "OpenBLAS_jll", "Pkg", "SuiteSparse_jll"]
1539+
git-tree-sha1 = "04777432d74ec5bc91ca047c9e0e0fd7f81acdb6"
15311540
uuid = "fb77eaff-e24c-56d4-86b1-d163f2edb164"
1532-
version = "5.2.2+0"
1541+
version = "5.2.1+0"
15331542

15341543
[[deps.SymbolicIndexingInterface]]
15351544
deps = ["DocStringExtensions"]
@@ -1870,7 +1879,7 @@ version = "4.3.4+0"
18701879
[[deps.Zlib_jll]]
18711880
deps = ["Libdl"]
18721881
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
1873-
version = "1.2.13+1"
1882+
version = "1.2.13+0"
18741883

18751884
[[deps.Zstd_jll]]
18761885
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -1917,7 +1926,7 @@ version = "0.15.1+0"
19171926
[[deps.libblastrampoline_jll]]
19181927
deps = ["Artifacts", "Libdl"]
19191928
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
1920-
version = "5.8.0+1"
1929+
version = "5.8.0+0"
19211930

19221931
[[deps.libevdev_jll]]
19231932
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -1964,12 +1973,12 @@ version = "1.1.6+0"
19641973
[[deps.nghttp2_jll]]
19651974
deps = ["Artifacts", "Libdl"]
19661975
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
1967-
version = "1.52.0+1"
1976+
version = "1.48.0+0"
19681977

19691978
[[deps.p7zip_jll]]
19701979
deps = ["Artifacts", "Libdl"]
19711980
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
1972-
version = "17.4.0+2"
1981+
version = "17.4.0+0"
19731982

19741983
[[deps.x264_jll]]
19751984
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]

0 commit comments

Comments
 (0)