Skip to content

Commit 542aad6

Browse files
Generate Manifest.toml with Julia v1.10.10
Regenerated Manifest.toml using Julia v1.10.10 instead of v1.11.6 for consistency with project standards. Changes: • Removed v1.11.6 generated Manifest.toml • Ran ]instantiate with Julia v1.10.10 to generate proper manifest • Verified IRKGaussLegendre.jl v0.2.11 resolves correctly on v1.10 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 53a1011 commit 542aad6

File tree

1 file changed

+29
-66
lines changed

1 file changed

+29
-66
lines changed

benchmarks/NonStiffODE/Manifest.toml

Lines changed: 29 additions & 66 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 = "97d62ba7ed0586fc39cd89fe4f832fe96e3ee279"
5+
project_hash = "5914eb28623bb0e6c136445a1023af008caad763"
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"]
@@ -117,11 +117,9 @@ weakdeps = ["SparseArrays"]
117117

118118
[[deps.Artifacts]]
119119
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
120-
version = "1.11.0"
121120

122121
[[deps.Base64]]
123122
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
124-
version = "1.11.0"
125123

126124
[[deps.Bijections]]
127125
git-tree-sha1 = "a2d308fcd4c2fb90e943cf9cd2fbfa9c32b69733"
@@ -220,11 +218,13 @@ deps = ["FixedPointNumbers", "Random"]
220218
git-tree-sha1 = "67e11ee83a43eb71ddc950302c53bf33f0690dfe"
221219
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
222220
version = "0.12.1"
223-
weakdeps = ["StyledStrings"]
224221

225222
[deps.ColorTypes.extensions]
226223
StyledStringsExt = "StyledStrings"
227224

225+
[deps.ColorTypes.weakdeps]
226+
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
227+
228228
[[deps.ColorVectorSpace]]
229229
deps = ["ColorTypes", "FixedPointNumbers", "LinearAlgebra", "Requires", "Statistics", "TensorCore"]
230230
git-tree-sha1 = "8b3b6f87ce8f65a2b4f857528fd8d70086cd72b1"
@@ -355,7 +355,6 @@ version = "1.0.0"
355355
[[deps.Dates]]
356356
deps = ["Printf"]
357357
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
358-
version = "1.11.0"
359358

360359
[[deps.Dbus_jll]]
361360
deps = ["Artifacts", "Expat_jll", "JLLWrappers", "Libdl"]
@@ -371,14 +370,13 @@ version = "1.9.1"
371370

372371
[[deps.DiffEqBase]]
373372
deps = ["ArrayInterface", "ConcreteStructs", "DocStringExtensions", "EnzymeCore", "FastBroadcast", "FastClosures", "FastPower", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "Setfield", "Static", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "TruncatedStacktraces"]
374-
git-tree-sha1 = "529087a10b502502201c7bf4e8769e40d7c15a17"
373+
git-tree-sha1 = "c969d82ad56c5272cf670e0c17f75420f1668ac7"
375374
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
376-
version = "6.184.0"
375+
version = "6.188.0"
377376

378377
[deps.DiffEqBase.extensions]
379378
DiffEqBaseCUDAExt = "CUDA"
380379
DiffEqBaseChainRulesCoreExt = "ChainRulesCore"
381-
DiffEqBaseDistributionsExt = "Distributions"
382380
DiffEqBaseEnzymeExt = ["ChainRulesCore", "Enzyme"]
383381
DiffEqBaseForwardDiffExt = ["ForwardDiff"]
384382
DiffEqBaseGTPSAExt = "GTPSA"
@@ -520,7 +518,6 @@ weakdeps = ["ChainRulesCore", "SparseArrays"]
520518
[[deps.Distributed]]
521519
deps = ["Random", "Serialization", "Sockets"]
522520
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
523-
version = "1.11.0"
524521

525522
[[deps.Distributions]]
526523
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
@@ -698,7 +695,6 @@ version = "1.1.3"
698695

699696
[[deps.FileWatching]]
700697
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
701-
version = "1.11.0"
702698

703699
[[deps.FillArrays]]
704700
deps = ["LinearAlgebra"]
@@ -794,7 +790,6 @@ version = "0.5.2"
794790
[[deps.Future]]
795791
deps = ["Random"]
796792
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
797-
version = "1.11.0"
798793

799794
[[deps.GLFW_jll]]
800795
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libglvnd_jll", "Xorg_libXcursor_jll", "Xorg_libXi_jll", "Xorg_libXinerama_jll", "Xorg_libXrandr_jll", "libdecor_jll", "xkbcommon_jll"]
@@ -923,8 +918,6 @@ version = "1.30.3"
923918
[[deps.IRKGaussLegendre]]
924919
deps = ["DiffEqBase", "FastBroadcast", "LinearAlgebra", "Parameters", "RecursiveArrayTools", "Reexport", "SIMD", "SciMLBase"]
925920
git-tree-sha1 = "5bcafc076844aa7055506775320332ccdfc36498"
926-
repo-rev = "master"
927-
repo-url = "https://github.com/SciML/IRKGaussLegendre.jl"
928921
uuid = "58bc7355-f626-4c51-96f2-1f8a038f95a2"
929922
version = "0.2.11"
930923

@@ -958,7 +951,6 @@ version = "2025.2.0+0"
958951
[[deps.InteractiveUtils]]
959952
deps = ["Markdown"]
960953
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
961-
version = "1.11.0"
962954

963955
[[deps.IntervalSets]]
964956
git-tree-sha1 = "5fbb102dcb8b1a858111ae81d56682376130517d"
@@ -1138,7 +1130,6 @@ version = "2.6.2"
11381130
[[deps.LazyArtifacts]]
11391131
deps = ["Artifacts", "Pkg"]
11401132
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
1141-
version = "1.11.0"
11421133

11431134
[[deps.LibCURL]]
11441135
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
@@ -1148,17 +1139,16 @@ version = "0.6.4"
11481139
[[deps.LibCURL_jll]]
11491140
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
11501141
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
1151-
version = "8.6.0+0"
1142+
version = "8.4.0+0"
11521143

11531144
[[deps.LibGit2]]
11541145
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
11551146
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
1156-
version = "1.11.0"
11571147

11581148
[[deps.LibGit2_jll]]
11591149
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
11601150
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
1161-
version = "1.7.2+0"
1151+
version = "1.6.4+0"
11621152

11631153
[[deps.LibSSH2_jll]]
11641154
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
@@ -1167,7 +1157,6 @@ version = "1.11.0+1"
11671157

11681158
[[deps.Libdl]]
11691159
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
1170-
version = "1.11.0"
11711160

11721161
[[deps.Libffi_jll]]
11731162
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -1224,7 +1213,6 @@ version = "7.4.0"
12241213
[[deps.LinearAlgebra]]
12251214
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
12261215
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1227-
version = "1.11.0"
12281216

12291217
[[deps.LinearSolve]]
12301218
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"]
@@ -1297,7 +1285,6 @@ version = "0.3.29"
12971285

12981286
[[deps.Logging]]
12991287
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
1300-
version = "1.11.0"
13011288

13021289
[[deps.LoggingExtras]]
13031290
deps = ["Dates", "Logging"]
@@ -1329,7 +1316,6 @@ version = "0.1.8"
13291316
[[deps.Markdown]]
13301317
deps = ["Base64"]
13311318
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
1332-
version = "1.11.0"
13331319

13341320
[[deps.MaybeInplace]]
13351321
deps = ["ArrayInterface", "LinearAlgebra", "MacroTools"]
@@ -1350,7 +1336,7 @@ version = "1.1.9"
13501336
[[deps.MbedTLS_jll]]
13511337
deps = ["Artifacts", "Libdl"]
13521338
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
1353-
version = "2.28.6+0"
1339+
version = "2.28.2+1"
13541340

13551341
[[deps.Measures]]
13561342
git-tree-sha1 = "c13304c81eec1ed3af7fc20e75fb6b26092a1102"
@@ -1365,7 +1351,6 @@ version = "1.2.0"
13651351

13661352
[[deps.Mmap]]
13671353
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
1368-
version = "1.11.0"
13691354

13701355
[[deps.ModelingToolkit]]
13711356
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", "ImplicitDiscreteSolve", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "Moshi", "NaNMath", "OffsetArrays", "OrderedCollections", "OrdinaryDiffEqCore", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SCCNonlinearSolve", "SciMLBase", "SciMLPublic", "SciMLStructures", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"]
@@ -1399,7 +1384,7 @@ version = "0.3.7"
13991384

14001385
[[deps.MozillaCACerts_jll]]
14011386
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
1402-
version = "2023.12.12"
1387+
version = "2023.1.10"
14031388

14041389
[[deps.MuladdMacro]]
14051390
git-tree-sha1 = "cac9cc5499c25554cba55cd3c30543cff5ca4fab"
@@ -1564,7 +1549,7 @@ version = "1.3.6+0"
15641549
[[deps.OpenBLAS_jll]]
15651550
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
15661551
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
1567-
version = "0.3.27+1"
1552+
version = "0.3.23+4"
15681553

15691554
[[deps.OpenLibm_jll]]
15701555
deps = ["Artifacts", "Libdl"]
@@ -1638,9 +1623,9 @@ version = "1.10.1"
16381623

16391624
[[deps.OrdinaryDiffEqCore]]
16401625
deps = ["ADTypes", "Accessors", "Adapt", "ArrayInterface", "DataStructures", "DiffEqBase", "DocStringExtensions", "EnumX", "FastBroadcast", "FastClosures", "FastPower", "FillArrays", "FunctionWrappersWrappers", "InteractiveUtils", "LinearAlgebra", "Logging", "MacroTools", "MuladdMacro", "Polyester", "PrecompileTools", "Preferences", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "SimpleUnPack", "Static", "StaticArrayInterface", "StaticArraysCore", "SymbolicIndexingInterface", "TruncatedStacktraces"]
1641-
git-tree-sha1 = "89316a2589f856a2d4de48a8c1e336f5a7a87b88"
1626+
git-tree-sha1 = "8d50e4c5cd9de05602e2fa38161e896454a13c20"
16421627
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1643-
version = "1.32.0"
1628+
version = "1.33.0"
16441629

16451630
[deps.OrdinaryDiffEqCore.extensions]
16461631
OrdinaryDiffEqCoreEnzymeCoreExt = "EnzymeCore"
@@ -1864,13 +1849,9 @@ uuid = "30392449-352a-5448-841d-b1acce4e97dc"
18641849
version = "0.44.2+0"
18651850

18661851
[[deps.Pkg]]
1867-
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
1852+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
18681853
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1869-
version = "1.11.0"
1870-
weakdeps = ["REPL"]
1871-
1872-
[deps.Pkg.extensions]
1873-
REPLExt = "REPL"
1854+
version = "1.10.0"
18741855

18751856
[[deps.PlotThemes]]
18761857
deps = ["PlotUtils", "Statistics"]
@@ -1965,7 +1946,6 @@ version = "0.5.7"
19651946
[[deps.Printf]]
19661947
deps = ["Unicode"]
19671948
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1968-
version = "1.11.0"
19691949

19701950
[[deps.PtrArrays]]
19711951
git-tree-sha1 = "1d36ef11a9aaf1e8b74dacc6a731dd1de8fd493d"
@@ -2009,14 +1989,12 @@ version = "2.11.2"
20091989
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
20101990

20111991
[[deps.REPL]]
2012-
deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"]
1992+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
20131993
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
2014-
version = "1.11.0"
20151994

20161995
[[deps.Random]]
20171996
deps = ["SHA"]
20181997
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2019-
version = "1.11.0"
20201998

20211999
[[deps.Random123]]
20222000
deps = ["Random", "RandomNumbers"]
@@ -2235,7 +2213,6 @@ version = "1.3.0"
22352213

22362214
[[deps.Serialization]]
22372215
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
2238-
version = "1.11.0"
22392216

22402217
[[deps.Setfield]]
22412218
deps = ["ConstructionBase", "Future", "MacroTools", "StaticArraysCore"]
@@ -2246,7 +2223,6 @@ version = "1.1.2"
22462223
[[deps.SharedArrays]]
22472224
deps = ["Distributed", "Mmap", "Random", "Serialization"]
22482225
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
2249-
version = "1.11.0"
22502226

22512227
[[deps.Showoff]]
22522228
deps = ["Dates", "Grisu"]
@@ -2290,7 +2266,6 @@ version = "1.1.0"
22902266

22912267
[[deps.Sockets]]
22922268
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
2293-
version = "1.11.0"
22942269

22952270
[[deps.SortingAlgorithms]]
22962271
deps = ["DataStructures"]
@@ -2301,7 +2276,7 @@ version = "1.2.2"
23012276
[[deps.SparseArrays]]
23022277
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
23032278
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2304-
version = "1.11.0"
2279+
version = "1.10.0"
23052280

23062281
[[deps.SparseMatrixColorings]]
23072282
deps = ["ADTypes", "DocStringExtensions", "LinearAlgebra", "PrecompileTools", "Random", "SparseArrays"]
@@ -2354,9 +2329,9 @@ weakdeps = ["OffsetArrays", "StaticArrays"]
23542329

23552330
[[deps.StaticArrays]]
23562331
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
2357-
git-tree-sha1 = "cbea8a6bd7bed51b1619658dec70035e07b8502f"
2332+
git-tree-sha1 = "b8693004b385c842357406e3af647701fe783f98"
23582333
uuid = "90137ffa-7385-5640-81b9-e52037218182"
2359-
version = "1.9.14"
2334+
version = "1.9.15"
23602335
weakdeps = ["ChainRulesCore", "Statistics"]
23612336

23622337
[deps.StaticArrays.extensions]
@@ -2369,14 +2344,9 @@ uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
23692344
version = "1.4.3"
23702345

23712346
[[deps.Statistics]]
2372-
deps = ["LinearAlgebra"]
2373-
git-tree-sha1 = "ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0"
2347+
deps = ["LinearAlgebra", "SparseArrays"]
23742348
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2375-
version = "1.11.1"
2376-
weakdeps = ["SparseArrays"]
2377-
2378-
[deps.Statistics.extensions]
2379-
SparseArraysExt = ["SparseArrays"]
2349+
version = "1.10.0"
23802350

23812351
[[deps.StatsAPI]]
23822352
deps = ["LinearAlgebra"]
@@ -2434,18 +2404,14 @@ version = "0.7.1"
24342404
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
24352405
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
24362406

2437-
[[deps.StyledStrings]]
2438-
uuid = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
2439-
version = "1.11.0"
2440-
24412407
[[deps.SuiteSparse]]
24422408
deps = ["Libdl", "LinearAlgebra", "Serialization", "SparseArrays"]
24432409
uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
24442410

24452411
[[deps.SuiteSparse_jll]]
24462412
deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
24472413
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
2448-
version = "7.7.0+0"
2414+
version = "7.2.1+1"
24492415

24502416
[[deps.Sundials]]
24512417
deps = ["CEnum", "DataStructures", "DiffEqBase", "Libdl", "LinearAlgebra", "Logging", "PrecompileTools", "Reexport", "SciMLBase", "SparseArrays", "Sundials_jll"]
@@ -2455,9 +2421,9 @@ version = "4.28.0"
24552421

24562422
[[deps.Sundials_jll]]
24572423
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "SuiteSparse_jll", "libblastrampoline_jll"]
2458-
git-tree-sha1 = "91db7ed92c66f81435fe880947171f1212936b14"
2424+
git-tree-sha1 = "ba4d38faeb62de7ef47155ed321dce40a549c305"
24592425
uuid = "fb77eaff-e24c-56d4-86b1-d163f2edb164"
2460-
version = "5.2.3+0"
2426+
version = "5.2.2+0"
24612427

24622428
[[deps.SymbolicIndexingInterface]]
24632429
deps = ["Accessors", "ArrayInterface", "RuntimeGeneratedFunctions", "StaticArraysCore"]
@@ -2493,9 +2459,9 @@ version = "3.32.0"
24932459

24942460
[[deps.Symbolics]]
24952461
deps = ["ADTypes", "ArrayInterface", "Bijections", "CommonWorldInvalidations", "ConstructionBase", "DataStructures", "DiffRules", "Distributions", "DocStringExtensions", "DomainSets", "DynamicPolynomials", "LaTeXStrings", "Latexify", "Libdl", "LinearAlgebra", "LogExpFunctions", "MacroTools", "Markdown", "NaNMath", "OffsetArrays", "PrecompileTools", "Primes", "RecipesBase", "Reexport", "RuntimeGeneratedFunctions", "SciMLBase", "SciMLPublic", "Setfield", "SparseArrays", "SpecialFunctions", "StaticArraysCore", "SymbolicIndexingInterface", "SymbolicLimits", "SymbolicUtils", "TermInterface"]
2496-
git-tree-sha1 = "5f2f0188931997573d2a8e24f43bac699da95d8f"
2462+
git-tree-sha1 = "91392e4664e82b3aa026086e35736047625f2a3f"
24972463
uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7"
2498-
version = "6.52.0"
2464+
version = "6.54.0"
24992465

25002466
[deps.Symbolics.extensions]
25012467
SymbolicsD3TreesExt = "D3Trees"
@@ -2558,7 +2524,6 @@ version = "2.0.0"
25582524
[[deps.Test]]
25592525
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
25602526
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2561-
version = "1.11.0"
25622527

25632528
[[deps.TestItems]]
25642529
git-tree-sha1 = "42fd9023fef18b9b78c8343a4e2f3813ffbcefcb"
@@ -2607,7 +2572,6 @@ version = "1.6.1"
26072572
[[deps.UUIDs]]
26082573
deps = ["Random", "SHA"]
26092574
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2610-
version = "1.11.0"
26112575

26122576
[[deps.UnPack]]
26132577
git-tree-sha1 = "387c1f73762231e86e0c9c5443ce3b4a0a9a0c2b"
@@ -2616,7 +2580,6 @@ version = "1.0.2"
26162580

26172581
[[deps.Unicode]]
26182582
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
2619-
version = "1.11.0"
26202583

26212584
[[deps.UnicodeFun]]
26222585
deps = ["REPL"]
@@ -2936,7 +2899,7 @@ version = "1.1.7+0"
29362899
[[deps.nghttp2_jll]]
29372900
deps = ["Artifacts", "Libdl"]
29382901
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
2939-
version = "1.59.0+0"
2902+
version = "1.52.0+1"
29402903

29412904
[[deps.oneTBB_jll]]
29422905
deps = ["Artifacts", "JLLWrappers", "Libdl"]

0 commit comments

Comments
 (0)