Skip to content

Commit e4549dd

Browse files
fix to v1.10
1 parent 441a73b commit e4549dd

File tree

1 file changed

+23
-57
lines changed

1 file changed

+23
-57
lines changed

benchmarks/NonStiffODE/Manifest.toml

Lines changed: 23 additions & 57 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.11.6"
3+
julia_version = "1.10.10"
44
manifest_format = "2.0"
5-
project_hash = "ea78a4e8bf8ad37c0917818a16bdcfa78b0287d4"
5+
project_hash = "fedc28d1f200e9777f20b0ae68e6b540ef1f551b"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "60665b326b75db6517939d0e1875850bc4a54368"
@@ -63,7 +63,7 @@ version = "1.1.3"
6363

6464
[[deps.ArgTools]]
6565
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
66-
version = "1.1.2"
66+
version = "1.1.1"
6767

6868
[[deps.ArnoldiMethod]]
6969
deps = ["LinearAlgebra", "Random", "StaticArrays"]
@@ -115,11 +115,9 @@ weakdeps = ["SparseArrays"]
115115

116116
[[deps.Artifacts]]
117117
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
118-
version = "1.11.0"
119118

120119
[[deps.Base64]]
121120
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
122-
version = "1.11.0"
123121

124122
[[deps.Bijections]]
125123
git-tree-sha1 = "a2d308fcd4c2fb90e943cf9cd2fbfa9c32b69733"
@@ -218,11 +216,13 @@ deps = ["FixedPointNumbers", "Random"]
218216
git-tree-sha1 = "67e11ee83a43eb71ddc950302c53bf33f0690dfe"
219217
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
220218
version = "0.12.1"
221-
weakdeps = ["StyledStrings"]
222219

223220
[deps.ColorTypes.extensions]
224221
StyledStringsExt = "StyledStrings"
225222

223+
[deps.ColorTypes.weakdeps]
224+
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
225+
226226
[[deps.ColorVectorSpace]]
227227
deps = ["ColorTypes", "FixedPointNumbers", "LinearAlgebra", "Requires", "Statistics", "TensorCore"]
228228
git-tree-sha1 = "8b3b6f87ce8f65a2b4f857528fd8d70086cd72b1"
@@ -353,7 +353,6 @@ version = "1.0.0"
353353
[[deps.Dates]]
354354
deps = ["Printf"]
355355
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
356-
version = "1.11.0"
357356

358357
[[deps.Dbus_jll]]
359358
deps = ["Artifacts", "Expat_jll", "JLLWrappers", "Libdl"]
@@ -518,7 +517,6 @@ weakdeps = ["ChainRulesCore", "SparseArrays"]
518517
[[deps.Distributed]]
519518
deps = ["Random", "Serialization", "Sockets"]
520519
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
521-
version = "1.11.0"
522520

523521
[[deps.Distributions]]
524522
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
@@ -690,7 +688,6 @@ version = "1.1.3"
690688

691689
[[deps.FileWatching]]
692690
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
693-
version = "1.11.0"
694691

695692
[[deps.FillArrays]]
696693
deps = ["LinearAlgebra"]
@@ -786,7 +783,6 @@ version = "0.5.2"
786783
[[deps.Future]]
787784
deps = ["Random"]
788785
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
789-
version = "1.11.0"
790786

791787
[[deps.GLFW_jll]]
792788
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libglvnd_jll", "Xorg_libXcursor_jll", "Xorg_libXi_jll", "Xorg_libXinerama_jll", "Xorg_libXrandr_jll", "libdecor_jll", "xkbcommon_jll"]
@@ -930,7 +926,6 @@ version = "2025.2.0+0"
930926
[[deps.InteractiveUtils]]
931927
deps = ["Markdown"]
932928
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
933-
version = "1.11.0"
934929

935930
[[deps.IntervalSets]]
936931
git-tree-sha1 = "5fbb102dcb8b1a858111ae81d56682376130517d"
@@ -1110,7 +1105,6 @@ version = "2.6.2"
11101105
[[deps.LazyArtifacts]]
11111106
deps = ["Artifacts", "Pkg"]
11121107
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
1113-
version = "1.11.0"
11141108

11151109
[[deps.LibCURL]]
11161110
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
@@ -1120,17 +1114,16 @@ version = "0.6.4"
11201114
[[deps.LibCURL_jll]]
11211115
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
11221116
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
1123-
version = "8.6.0+0"
1117+
version = "8.4.0+0"
11241118

11251119
[[deps.LibGit2]]
11261120
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
11271121
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
1128-
version = "1.11.0"
11291122

11301123
[[deps.LibGit2_jll]]
11311124
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
11321125
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
1133-
version = "1.7.2+0"
1126+
version = "1.6.4+0"
11341127

11351128
[[deps.LibSSH2_jll]]
11361129
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
@@ -1139,7 +1132,6 @@ version = "1.11.0+1"
11391132

11401133
[[deps.Libdl]]
11411134
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1142-
version = "1.11.0"
11431135

11441136
[[deps.Libffi_jll]]
11451137
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -1196,7 +1188,6 @@ version = "7.4.0"
11961188
[[deps.LinearAlgebra]]
11971189
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
11981190
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1199-
version = "1.11.0"
12001191

12011192
[[deps.LinearSolve]]
12021193
deps = ["ArrayInterface", "ChainRulesCore", "ConcreteStructs", "DocStringExtensions", "EnumX", "GPUArraysCore", "InteractiveUtils", "Krylov", "LazyArrays", "Libdl", "LinearAlgebra", "MKL_jll", "Markdown", "OpenBLAS_jll", "PrecompileTools", "Preferences", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "StaticArraysCore", "UnPack"]
@@ -1269,7 +1260,6 @@ version = "0.3.29"
12691260

12701261
[[deps.Logging]]
12711262
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
1272-
version = "1.11.0"
12731263

12741264
[[deps.LoggingExtras]]
12751265
deps = ["Dates", "Logging"]
@@ -1301,7 +1291,6 @@ version = "0.1.8"
13011291
[[deps.Markdown]]
13021292
deps = ["Base64"]
13031293
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
1304-
version = "1.11.0"
13051294

13061295
[[deps.MaybeInplace]]
13071296
deps = ["ArrayInterface", "LinearAlgebra", "MacroTools"]
@@ -1322,7 +1311,7 @@ version = "1.1.9"
13221311
[[deps.MbedTLS_jll]]
13231312
deps = ["Artifacts", "Libdl"]
13241313
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
1325-
version = "2.28.6+0"
1314+
version = "2.28.2+1"
13261315

13271316
[[deps.Measures]]
13281317
git-tree-sha1 = "c13304c81eec1ed3af7fc20e75fb6b26092a1102"
@@ -1337,7 +1326,6 @@ version = "1.2.0"
13371326

13381327
[[deps.Mmap]]
13391328
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
1340-
version = "1.11.0"
13411329

13421330
[[deps.ModelingToolkit]]
13431331
deps = ["ADTypes", "AbstractTrees", "ArrayInterface", "BlockArrays", "ChainRulesCore", "Combinatorics", "CommonSolve", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffEqNoiseProcess", "DiffRules", "DifferentiationInterface", "Distributed", "Distributions", "DocStringExtensions", "DomainSets", "DynamicQuantities", "EnumX", "ExprTools", "FindFirstFunctions", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "Graphs", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "Moshi", "NaNMath", "NonlinearSolve", "OffsetArrays", "OrderedCollections", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SCCNonlinearSolve", "SciMLBase", "SciMLStructures", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"]
@@ -1369,7 +1357,7 @@ version = "0.3.7"
13691357

13701358
[[deps.MozillaCACerts_jll]]
13711359
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
1372-
version = "2023.12.12"
1360+
version = "2023.1.10"
13731361

13741362
[[deps.MuladdMacro]]
13751363
git-tree-sha1 = "cac9cc5499c25554cba55cd3c30543cff5ca4fab"
@@ -1534,7 +1522,7 @@ version = "1.3.6+0"
15341522
[[deps.OpenBLAS_jll]]
15351523
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
15361524
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
1537-
version = "0.3.27+1"
1525+
version = "0.3.23+4"
15381526

15391527
[[deps.OpenLibm_jll]]
15401528
deps = ["Artifacts", "Libdl"]
@@ -1830,13 +1818,9 @@ uuid = "30392449-352a-5448-841d-b1acce4e97dc"
18301818
version = "0.44.2+0"
18311819

18321820
[[deps.Pkg]]
1833-
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
1821+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
18341822
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1835-
version = "1.11.0"
1836-
weakdeps = ["REPL"]
1837-
1838-
[deps.Pkg.extensions]
1839-
REPLExt = "REPL"
1823+
version = "1.10.0"
18401824

18411825
[[deps.PlotThemes]]
18421826
deps = ["PlotUtils", "Statistics"]
@@ -1931,7 +1915,6 @@ version = "0.5.7"
19311915
[[deps.Printf]]
19321916
deps = ["Unicode"]
19331917
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1934-
version = "1.11.0"
19351918

19361919
[[deps.PtrArrays]]
19371920
git-tree-sha1 = "1d36ef11a9aaf1e8b74dacc6a731dd1de8fd493d"
@@ -1975,14 +1958,12 @@ version = "2.11.2"
19751958
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
19761959

19771960
[[deps.REPL]]
1978-
deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"]
1961+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
19791962
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
1980-
version = "1.11.0"
19811963

19821964
[[deps.Random]]
19831965
deps = ["SHA"]
19841966
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1985-
version = "1.11.0"
19861967

19871968
[[deps.Random123]]
19881969
deps = ["Random", "RandomNumbers"]
@@ -2114,9 +2095,9 @@ version = "0.6.43"
21142095

21152096
[[deps.SciMLBase]]
21162097
deps = ["ADTypes", "Accessors", "Adapt", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "Moshi", "PreallocationTools", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
2117-
git-tree-sha1 = "6c22e097cdc0ea9f64fa1fd9b9ba90bc208264ee"
2098+
git-tree-sha1 = "33786c33502a6652fba239d3062ccc5e4cdd30c4"
21182099
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2119-
version = "2.113.0"
2100+
version = "2.114.0"
21202101

21212102
[deps.SciMLBase.extensions]
21222103
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2194,7 +2175,6 @@ version = "1.3.0"
21942175

21952176
[[deps.Serialization]]
21962177
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
2197-
version = "1.11.0"
21982178

21992179
[[deps.Setfield]]
22002180
deps = ["ConstructionBase", "Future", "MacroTools", "StaticArraysCore"]
@@ -2205,7 +2185,6 @@ version = "1.1.2"
22052185
[[deps.SharedArrays]]
22062186
deps = ["Distributed", "Mmap", "Random", "Serialization"]
22072187
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
2208-
version = "1.11.0"
22092188

22102189
[[deps.Showoff]]
22112190
deps = ["Dates", "Grisu"]
@@ -2249,7 +2228,6 @@ version = "1.1.0"
22492228

22502229
[[deps.Sockets]]
22512230
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
2252-
version = "1.11.0"
22532231

22542232
[[deps.SortingAlgorithms]]
22552233
deps = ["DataStructures"]
@@ -2260,7 +2238,7 @@ version = "1.2.2"
22602238
[[deps.SparseArrays]]
22612239
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
22622240
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2263-
version = "1.11.0"
2241+
version = "1.10.0"
22642242

22652243
[[deps.SparseMatrixColorings]]
22662244
deps = ["ADTypes", "DocStringExtensions", "LinearAlgebra", "PrecompileTools", "Random", "SparseArrays"]
@@ -2328,14 +2306,9 @@ uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
23282306
version = "1.4.3"
23292307

23302308
[[deps.Statistics]]
2331-
deps = ["LinearAlgebra"]
2332-
git-tree-sha1 = "ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0"
2309+
deps = ["LinearAlgebra", "SparseArrays"]
23332310
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2334-
version = "1.11.1"
2335-
weakdeps = ["SparseArrays"]
2336-
2337-
[deps.Statistics.extensions]
2338-
SparseArraysExt = ["SparseArrays"]
2311+
version = "1.10.0"
23392312

23402313
[[deps.StatsAPI]]
23412314
deps = ["LinearAlgebra"]
@@ -2393,18 +2366,14 @@ version = "0.7.1"
23932366
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
23942367
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
23952368

2396-
[[deps.StyledStrings]]
2397-
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
2398-
version = "1.11.0"
2399-
24002369
[[deps.SuiteSparse]]
24012370
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
24022371
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
24032372

24042373
[[deps.SuiteSparse_jll]]
24052374
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
24062375
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
2407-
version = "7.7.0+0"
2376+
version = "7.2.1+1"
24082377

24092378
[[deps.Sundials]]
24102379
deps = ["CEnum", "DataStructures", "DiffEqBase", "Libdl", "LinearAlgebra", "Logging", "PrecompileTools", "Reexport", "SciMLBase", "SparseArrays", "Sundials_jll"]
@@ -2414,9 +2383,9 @@ version = "4.28.0"
24142383

24152384
[[deps.Sundials_jll]]
24162385
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "SuiteSparse_jll", "libblastrampoline_jll"]
2417-
git-tree-sha1 = "91db7ed92c66f81435fe880947171f1212936b14"
2386+
git-tree-sha1 = "ba4d38faeb62de7ef47155ed321dce40a549c305"
24182387
uuid = "fb77eaff-e24c-56d4-86b1-d163f2edb164"
2419-
version = "5.2.3+0"
2388+
version = "5.2.2+0"
24202389

24212390
[[deps.SymbolicIndexingInterface]]
24222391
deps = ["Accessors", "ArrayInterface", "RuntimeGeneratedFunctions", "StaticArraysCore"]
@@ -2517,7 +2486,6 @@ version = "2.0.0"
25172486
[[deps.Test]]
25182487
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
25192488
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2520-
version = "1.11.0"
25212489

25222490
[[deps.TestItems]]
25232491
git-tree-sha1 = "42fd9023fef18b9b78c8343a4e2f3813ffbcefcb"
@@ -2566,7 +2534,6 @@ version = "1.6.1"
25662534
[[deps.UUIDs]]
25672535
deps = ["Random", "SHA"]
25682536
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2569-
version = "1.11.0"
25702537

25712538
[[deps.UnPack]]
25722539
git-tree-sha1 = "387c1f73762231e86e0c9c5443ce3b4a0a9a0c2b"
@@ -2575,7 +2542,6 @@ version = "1.0.2"
25752542

25762543
[[deps.Unicode]]
25772544
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
2578-
version = "1.11.0"
25792545

25802546
[[deps.UnicodeFun]]
25812547
deps = ["REPL"]
@@ -2895,7 +2861,7 @@ version = "1.1.7+0"
28952861
[[deps.nghttp2_jll]]
28962862
deps = ["Artifacts", "Libdl"]
28972863
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
2898-
version = "1.59.0+0"
2864+
version = "1.52.0+1"
28992865

29002866
[[deps.oneTBB_jll]]
29012867
deps = ["Artifacts", "JLLWrappers", "Libdl"]

0 commit comments

Comments
 (0)