Skip to content

Commit 1525c77

Browse files
bump manifest
1 parent 8d5e757 commit 1525c77

File tree

1 file changed

+70
-62
lines changed

1 file changed

+70
-62
lines changed

benchmarks/AstroChem/Manifest.toml

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

3-
julia_version = "1.10.5"
3+
julia_version = "1.10.6"
44
manifest_format = "2.0"
55
project_hash = "81a84463ee3fb40ec2e360f288f69699605fb501"
66

@@ -46,9 +46,9 @@ version = "0.1.38"
4646

4747
[[deps.Adapt]]
4848
deps = ["LinearAlgebra", "Requires"]
49-
git-tree-sha1 = "d80af0733c99ea80575f612813fa6aa71022d33a"
49+
git-tree-sha1 = "50c3c56a52972d78e8be9fd135bfb91c9574c140"
5050
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
51-
version = "4.1.0"
51+
version = "4.1.1"
5252
weakdeps = ["StaticArrays"]
5353

5454
[deps.Adapt.extensions]
@@ -72,15 +72,16 @@ version = "0.4.0"
7272

7373
[[deps.ArrayInterface]]
7474
deps = ["Adapt", "LinearAlgebra"]
75-
git-tree-sha1 = "3640d077b6dafd64ceb8fd5c1ec76f7ca53bcf76"
75+
git-tree-sha1 = "d60a1922358aa203019b7857a2c8c37329b8736c"
7676
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
77-
version = "7.16.0"
77+
version = "7.17.0"
7878

7979
[deps.ArrayInterface.extensions]
8080
ArrayInterfaceBandedMatricesExt = "BandedMatrices"
8181
ArrayInterfaceBlockBandedMatricesExt = "BlockBandedMatrices"
8282
ArrayInterfaceCUDAExt = "CUDA"
8383
ArrayInterfaceCUDSSExt = "CUDSS"
84+
ArrayInterfaceChainRulesCoreExt = "ChainRulesCore"
8485
ArrayInterfaceChainRulesExt = "ChainRules"
8586
ArrayInterfaceGPUArraysCoreExt = "GPUArraysCore"
8687
ArrayInterfaceReverseDiffExt = "ReverseDiff"
@@ -94,6 +95,7 @@ version = "7.16.0"
9495
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
9596
CUDSS = "45b445bb-4962-46a0-9369-b4df9d0f772e"
9697
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
98+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
9799
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
98100
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
99101
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -223,31 +225,37 @@ version = "0.7.6"
223225

224226
[[deps.ColorSchemes]]
225227
deps = ["ColorTypes", "ColorVectorSpace", "Colors", "FixedPointNumbers", "PrecompileTools", "Random"]
226-
git-tree-sha1 = "13951eb68769ad1cd460cdb2e64e5e95f1bf123d"
228+
git-tree-sha1 = "c785dfb1b3bfddd1da557e861b919819b82bbe5b"
227229
uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
228-
version = "3.27.0"
230+
version = "3.27.1"
229231

230232
[[deps.ColorTypes]]
231233
deps = ["FixedPointNumbers", "Random"]
232-
git-tree-sha1 = "b10d0b65641d57b8b4d5e234446582de5047050d"
234+
git-tree-sha1 = "c7acce7a7e1078a20a285211dd73cd3941a871d6"
233235
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
234-
version = "0.11.5"
236+
version = "0.12.0"
237+
238+
[deps.ColorTypes.extensions]
239+
StyledStringsExt = "StyledStrings"
240+
241+
[deps.ColorTypes.weakdeps]
242+
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
235243

236244
[[deps.ColorVectorSpace]]
237245
deps = ["ColorTypes", "FixedPointNumbers", "LinearAlgebra", "Requires", "Statistics", "TensorCore"]
238-
git-tree-sha1 = "a1f44953f2382ebb937d60dafbe2deea4bd23249"
246+
git-tree-sha1 = "8b3b6f87ce8f65a2b4f857528fd8d70086cd72b1"
239247
uuid = "c3611d14-8923-5661-9e6a-0046d554d3a4"
240-
version = "0.10.0"
248+
version = "0.11.0"
241249
weakdeps = ["SpecialFunctions"]
242250

243251
[deps.ColorVectorSpace.extensions]
244252
SpecialFunctionsExt = "SpecialFunctions"
245253

246254
[[deps.Colors]]
247255
deps = ["ColorTypes", "FixedPointNumbers", "Reexport"]
248-
git-tree-sha1 = "362a287c3aa50601b0bc359053d5c2468f0e7ce0"
256+
git-tree-sha1 = "64e15186f0aa277e174aa81798f7eb8598e0157e"
249257
uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
250-
version = "0.12.11"
258+
version = "0.13.0"
251259

252260
[[deps.Combinatorics]]
253261
git-tree-sha1 = "08c8b6831dc00bfea825826be0bc8336fc369860"
@@ -411,9 +419,9 @@ version = "6.158.3"
411419

412420
[[deps.DiffEqCallbacks]]
413421
deps = ["ConcreteStructs", "DataStructures", "DiffEqBase", "DifferentiationInterface", "Functors", "LinearAlgebra", "Markdown", "RecipesBase", "RecursiveArrayTools", "SciMLBase", "StaticArraysCore"]
414-
git-tree-sha1 = "7f700fa4fb6e55f4672f8218ef228107245a2e9d"
422+
git-tree-sha1 = "b1f970a2873a2cf76ce35fb0ed2b755a11b31052"
415423
uuid = "459566f4-90b8-5000-8ac3-15dfb0a30def"
416-
version = "4.0.0"
424+
version = "4.1.0"
417425

418426
[[deps.DiffEqDevTools]]
419427
deps = ["DiffEqBase", "DiffEqNoiseProcess", "Distributed", "LinearAlgebra", "Logging", "NLsolve", "RecipesBase", "RecursiveArrayTools", "RootedTrees", "SciMLBase", "Statistics", "StructArrays"]
@@ -447,9 +455,9 @@ version = "1.15.1"
447455

448456
[[deps.DifferentiationInterface]]
449457
deps = ["ADTypes", "LinearAlgebra"]
450-
git-tree-sha1 = "89d7cfcd1c4d9137497148e44e87ed4866ed6730"
458+
git-tree-sha1 = "0c99576d0b93df0aff1bed9d9adddef14e4e658f"
451459
uuid = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
452-
version = "0.6.17"
460+
version = "0.6.22"
453461

454462
[deps.DifferentiationInterface.extensions]
455463
DifferentiationInterfaceChainRulesCoreExt = "ChainRulesCore"
@@ -515,9 +523,9 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
515523

516524
[[deps.Distributions]]
517525
deps = ["AliasTables", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SpecialFunctions", "Statistics", "StatsAPI", "StatsBase", "StatsFuns"]
518-
git-tree-sha1 = "d7477ecdafb813ddee2ae727afa94e9dcb5f3fb0"
526+
git-tree-sha1 = "3101c32aab536e7a27b1763c0797dba151b899ad"
519527
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
520-
version = "0.25.112"
528+
version = "0.25.113"
521529

522530
[deps.Distributions.extensions]
523531
DistributionsChainRulesCoreExt = "ChainRulesCore"
@@ -559,10 +567,10 @@ uuid = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
559567
version = "0.6.0"
560568

561569
[[deps.DynamicQuantities]]
562-
deps = ["Compat", "DispatchDoctor", "PackageExtensionCompat", "TestItems", "Tricks"]
563-
git-tree-sha1 = "82b3ab10e1d14cd79d813d30005d52ac3ef9ea97"
570+
deps = ["DispatchDoctor", "TestItems", "Tricks"]
571+
git-tree-sha1 = "192f34efd3912f4020b225e01d896f567f5f03e8"
564572
uuid = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
565-
version = "1.1.0"
573+
version = "1.3.0"
566574

567575
[deps.DynamicQuantities.extensions]
568576
DynamicQuantitiesLinearAlgebraExt = "LinearAlgebra"
@@ -582,9 +590,9 @@ uuid = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
582590
version = "1.0.4"
583591

584592
[[deps.EnzymeCore]]
585-
git-tree-sha1 = "9c3a42611e525352e9ad5e4134ddca5c692ff209"
593+
git-tree-sha1 = "04c777af6ef65530a96ab68f0a81a4608113aa1d"
586594
uuid = "f151be2c-9106-41f4-ab19-57ee4f262869"
587-
version = "0.8.4"
595+
version = "0.8.5"
588596
weakdeps = ["Adapt"]
589597

590598
[deps.EnzymeCore.extensions]
@@ -732,9 +740,9 @@ version = "1.3.7"
732740

733741
[[deps.ForwardDiff]]
734742
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions"]
735-
git-tree-sha1 = "cf0fe81336da9fb90944683b8c41984b08793dad"
743+
git-tree-sha1 = "a2df1b776752e3f344e5116c06d75a10436ab853"
736744
uuid = "f6369f11-7733-5829-9624-2563aa707210"
737-
version = "0.10.36"
745+
version = "0.10.38"
738746
weakdeps = ["StaticArrays"]
739747

740748
[deps.ForwardDiff.extensions]
@@ -845,9 +853,9 @@ version = "1.0.2"
845853

846854
[[deps.HTTP]]
847855
deps = ["Base64", "CodecZlib", "ConcurrentUtilities", "Dates", "ExceptionUnwrapping", "Logging", "LoggingExtras", "MbedTLS", "NetworkOptions", "OpenSSL", "Random", "SimpleBufferStream", "Sockets", "URIs", "UUIDs"]
848-
git-tree-sha1 = "d1d712be3164d61d1fb98e7ce9bcbc6cc06b45ed"
856+
git-tree-sha1 = "1336e07ba2eb75614c99496501a8f4b233e9fafe"
849857
uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3"
850-
version = "1.10.8"
858+
version = "1.10.10"
851859

852860
[[deps.HarfBuzz_jll]]
853861
deps = ["Artifacts", "Cairo_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "Graphite2_jll", "JLLWrappers", "Libdl", "Libffi_jll"]
@@ -1154,9 +1162,9 @@ uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11541162

11551163
[[deps.LinearSolve]]
11561164
deps = ["ArrayInterface", "ChainRulesCore", "ConcreteStructs", "DocStringExtensions", "EnumX", "FastLapackInterface", "GPUArraysCore", "InteractiveUtils", "KLU", "Krylov", "LazyArrays", "Libdl", "LinearAlgebra", "MKL_jll", "Markdown", "PrecompileTools", "Preferences", "RecursiveFactorization", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Sparspak", "StaticArraysCore", "UnPack"]
1157-
git-tree-sha1 = "ddb60aabc5efb0670c7ddde5fedf7ab44520a3e6"
1165+
git-tree-sha1 = "591de175461afd8323aa24b7686062574527aa3a"
11581166
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
1159-
version = "2.36.1"
1167+
version = "2.36.2"
11601168

11611169
[deps.LinearSolve.extensions]
11621170
LinearSolveBandedMatricesExt = "BandedMatrices"
@@ -1287,9 +1295,9 @@ uuid = "a63ad114-7e13-5084-954f-fe012c677804"
12871295

12881296
[[deps.ModelingToolkit]]
12891297
deps = ["AbstractTrees", "ArrayInterface", "BlockArrays", "Combinatorics", "CommonSolve", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffEqNoiseProcess", "DiffRules", "Distributed", "Distributions", "DocStringExtensions", "DomainSets", "DynamicQuantities", "ExprTools", "Expronicon", "FindFirstFunctions", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "Graphs", "InteractiveUtils", "JuliaFormatter", "JumpProcesses", "Latexify", "Libdl", "LinearAlgebra", "MLStyle", "NaNMath", "NonlinearSolve", "OffsetArrays", "OrderedCollections", "PrecompileTools", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLBase", "SciMLStructures", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "URIs", "UnPack", "Unitful"]
1290-
git-tree-sha1 = "4e18caba05cb1a32469c15edb634341a246a533d"
1298+
git-tree-sha1 = "b96b0749d6d9c8d6480641dcfcc02a265cf6d9e7"
12911299
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
1292-
version = "9.48.0"
1300+
version = "9.50.0"
12931301

12941302
[deps.ModelingToolkit.extensions]
12951303
MTKBifurcationKitExt = "BifurcationKit"
@@ -1384,9 +1392,9 @@ version = "0.5.0"
13841392

13851393
[[deps.ODEInterfaceDiffEq]]
13861394
deps = ["Compat", "DataStructures", "DiffEqBase", "FunctionWrappers", "LinearAlgebra", "ODEInterface", "Reexport", "SciMLBase"]
1387-
git-tree-sha1 = "a4816454042d72e4bae37d13e592591381356a17"
1395+
git-tree-sha1 = "598df5118c036a8ac8a53c5d158921eba5fc0d32"
13881396
uuid = "09606e27-ecf5-54fc-bb29-004bd9f985bf"
1389-
version = "3.13.3"
1397+
version = "3.13.4"
13901398

13911399
[[deps.ODEInterface_jll]]
13921400
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"]
@@ -1479,10 +1487,10 @@ uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
14791487
version = "1.1.2"
14801488

14811489
[[deps.OrdinaryDiffEqCore]]
1482-
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", "TruncatedStacktraces"]
1483-
git-tree-sha1 = "1175717a62ab21736a8f5d0d2531d2a6ad3b9e74"
1490+
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"]
1491+
git-tree-sha1 = "5e8c500a80674850543394ce3c745b73ad51fea0"
14841492
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1485-
version = "1.9.0"
1493+
version = "1.10.0"
14861494
weakdeps = ["EnzymeCore"]
14871495

14881496
[deps.OrdinaryDiffEqCore.extensions]
@@ -1568,9 +1576,9 @@ version = "1.2.1"
15681576

15691577
[[deps.OrdinaryDiffEqNonlinearSolve]]
15701578
deps = ["ADTypes", "ArrayInterface", "DiffEqBase", "FastBroadcast", "FastClosures", "ForwardDiff", "LinearAlgebra", "LinearSolve", "MuladdMacro", "NonlinearSolve", "OrdinaryDiffEqCore", "OrdinaryDiffEqDifferentiation", "PreallocationTools", "RecursiveArrayTools", "SciMLBase", "SciMLOperators", "SciMLStructures", "SimpleNonlinearSolve", "StaticArrays"]
1571-
git-tree-sha1 = "a2a4119f3e35f7982f78e17beea7b12485d179e9"
1579+
git-tree-sha1 = "e4be6539f4aaae8db1f29fcfdf6ef817df1f25cf"
15721580
uuid = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
1573-
version = "1.2.1"
1581+
version = "1.2.2"
15741582

15751583
[[deps.OrdinaryDiffEqNordsieck]]
15761584
deps = ["DiffEqBase", "FastBroadcast", "LinearAlgebra", "MuladdMacro", "OrdinaryDiffEqCore", "OrdinaryDiffEqTsit5", "Polyester", "RecursiveArrayTools", "Reexport", "Static"]
@@ -1703,15 +1711,15 @@ version = "1.10.0"
17031711

17041712
[[deps.PlotThemes]]
17051713
deps = ["PlotUtils", "Statistics"]
1706-
git-tree-sha1 = "6e55c6841ce3411ccb3457ee52fc48cb698d6fb0"
1714+
git-tree-sha1 = "41031ef3a1be6f5bbbf3e8073f210556daeae5ca"
17071715
uuid = "ccf2f8ad-2431-5c83-bf29-c5338b663b6a"
1708-
version = "3.2.0"
1716+
version = "3.3.0"
17091717

17101718
[[deps.PlotUtils]]
17111719
deps = ["ColorSchemes", "Colors", "Dates", "PrecompileTools", "Printf", "Random", "Reexport", "StableRNGs", "Statistics"]
1712-
git-tree-sha1 = "650a022b2ce86c7dcfbdecf00f78afeeb20e5655"
1720+
git-tree-sha1 = "3ca9a356cd2e113c420f2c13bea19f8d3fb1cb18"
17131721
uuid = "995b91a9-d308-5afd-9ec6-746e21dbc043"
1714-
version = "1.4.2"
1722+
version = "1.4.3"
17151723

17161724
[[deps.Plots]]
17171725
deps = ["Base64", "Contour", "Dates", "Downloads", "FFMPEG", "FixedPointNumbers", "GR", "JLFzf", "JSON", "LaTeXStrings", "Latexify", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "PrecompileTools", "Printf", "REPL", "Random", "RecipesBase", "RecipesPipeline", "Reexport", "RelocatableFolders", "Requires", "Scratch", "Showoff", "SparseArrays", "Statistics", "StatsBase", "TOML", "UUIDs", "UnicodeFun", "UnitfulLatexify", "Unzip"]
@@ -1888,9 +1896,9 @@ version = "0.6.12"
18881896

18891897
[[deps.RecursiveArrayTools]]
18901898
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
1891-
git-tree-sha1 = "b034171b93aebc81b3e1890a036d13a9c4a9e3e0"
1899+
git-tree-sha1 = "6f4dca5fd8e97087a76b7ab8384d1c3086ace0b7"
18921900
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
1893-
version = "3.27.0"
1901+
version = "3.27.3"
18941902

18951903
[deps.RecursiveArrayTools.extensions]
18961904
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
@@ -1986,9 +1994,9 @@ version = "0.6.43"
19861994

19871995
[[deps.SciMLBase]]
19881996
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "Expronicon", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
1989-
git-tree-sha1 = "328dd8738fad35cfe53c427a30e711ed45a1d900"
1997+
git-tree-sha1 = "7527b9adb22904f0f51d8ab85d826f81ebb6f78d"
19901998
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1991-
version = "2.57.1"
1999+
version = "2.59.2"
19922000

19932001
[deps.SciMLBase.extensions]
19942002
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2010,16 +2018,16 @@ version = "2.57.1"
20102018
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
20112019

20122020
[[deps.SciMLJacobianOperators]]
2013-
deps = ["ADTypes", "ConcreteStructs", "ConstructionBase", "DifferentiationInterface", "FastClosures", "LinearAlgebra", "SciMLBase", "SciMLOperators"]
2014-
git-tree-sha1 = "991d2a8900e687e2c693d587daa739c8fda01366"
2021+
deps = ["ADTypes", "ArrayInterface", "ConcreteStructs", "ConstructionBase", "DifferentiationInterface", "FastClosures", "LinearAlgebra", "SciMLBase", "SciMLOperators"]
2022+
git-tree-sha1 = "f66048bb969e67bd7d1bdd03cd0b81219642bbd0"
20152023
uuid = "19f34311-ddf3-4b8b-af20-060888a46c0e"
2016-
version = "0.1.0"
2024+
version = "0.1.1"
20172025

20182026
[[deps.SciMLOperators]]
20192027
deps = ["Accessors", "ArrayInterface", "DocStringExtensions", "LinearAlgebra", "MacroTools"]
2020-
git-tree-sha1 = "ef388ca9e4921ec5614ce714f8aa59a5cd33d867"
2028+
git-tree-sha1 = "6149620767866d4b0f0f7028639b6e661b6a1e44"
20212029
uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2022-
version = "0.3.11"
2030+
version = "0.3.12"
20232031
weakdeps = ["SparseArrays", "StaticArraysCore"]
20242032

20252033
[deps.SciMLOperators.extensions]
@@ -2147,9 +2155,9 @@ version = "2.23.0"
21472155

21482156
[[deps.SparseMatrixColorings]]
21492157
deps = ["ADTypes", "DataStructures", "DocStringExtensions", "LinearAlgebra", "Random", "SparseArrays"]
2150-
git-tree-sha1 = "f37f046636f8dc353a39279abfefe296db212171"
2158+
git-tree-sha1 = "670f2c8109e87d79788baef47880b946e529f1a2"
21512159
uuid = "0a514795-09f3-496d-8182-132a7b665d35"
2152-
version = "0.4.8"
2160+
version = "0.4.9"
21532161
weakdeps = ["Colors"]
21542162

21552163
[deps.SparseMatrixColorings.extensions]
@@ -2268,9 +2276,9 @@ version = "7.2.1+1"
22682276

22692277
[[deps.Sundials]]
22702278
deps = ["CEnum", "DataStructures", "DiffEqBase", "Libdl", "LinearAlgebra", "Logging", "PrecompileTools", "Reexport", "SciMLBase", "SparseArrays", "Sundials_jll"]
2271-
git-tree-sha1 = "e87efb31e5360cb223a151c2398903dc2faeb32b"
2279+
git-tree-sha1 = "56661ac133ea6df96fea8d6bb4eb18875b002206"
22722280
uuid = "c3572dad-4567-51f8-b174-8c6c989267f4"
2273-
version = "4.26.0"
2281+
version = "4.26.1"
22742282

22752283
[[deps.Sundials_jll]]
22762284
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "SuiteSparse_jll", "libblastrampoline_jll"]
@@ -2280,9 +2288,9 @@ version = "5.2.2+0"
22802288

22812289
[[deps.SymbolicIndexingInterface]]
22822290
deps = ["Accessors", "ArrayInterface", "RuntimeGeneratedFunctions", "StaticArraysCore"]
2283-
git-tree-sha1 = "4bc96df5d71515b1cb86dd626915f06f4c0d46f5"
2291+
git-tree-sha1 = "20cf607cafb31f922bce84d60379203e7a126911"
22842292
uuid = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
2285-
version = "0.3.33"
2293+
version = "0.3.34"
22862294

22872295
[[deps.SymbolicLimits]]
22882296
deps = ["SymbolicUtils"]
@@ -2306,9 +2314,9 @@ version = "3.7.2"
23062314

23072315
[[deps.Symbolics]]
23082316
deps = ["ADTypes", "ArrayInterface", "Bijections", "CommonWorldInvalidations", "ConstructionBase", "DataStructures", "DiffRules", "Distributions", "DocStringExtensions", "DomainSets", "DynamicPolynomials", "IfElse", "LaTeXStrings", "Latexify", "Libdl", "LinearAlgebra", "LogExpFunctions", "MacroTools", "Markdown", "NaNMath", "PrecompileTools", "Primes", "RecipesBase", "Reexport", "RuntimeGeneratedFunctions", "SciMLBase", "Setfield", "SparseArrays", "SpecialFunctions", "StaticArraysCore", "SymbolicIndexingInterface", "SymbolicLimits", "SymbolicUtils", "TermInterface"]
2309-
git-tree-sha1 = "ef7532b95fbd529e1252cabb36bba64803020840"
2317+
git-tree-sha1 = "0caef7687abf7094132fa3112bf5514c36a99226"
23102318
uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7"
2311-
version = "6.16.0"
2319+
version = "6.18.3"
23122320

23132321
[deps.Symbolics.extensions]
23142322
SymbolicsForwardDiffExt = "ForwardDiff"
@@ -2460,9 +2468,9 @@ version = "0.2.0"
24602468

24612469
[[deps.VectorizationBase]]
24622470
deps = ["ArrayInterface", "CPUSummary", "HostCPUFeatures", "IfElse", "LayoutPointers", "Libdl", "LinearAlgebra", "SIMDTypes", "Static", "StaticArrayInterface"]
2463-
git-tree-sha1 = "e7f5b81c65eb858bed630fe006837b935518aca5"
2471+
git-tree-sha1 = "4ab62a49f1d8d9548a1c8d1a75e5f55cf196f64e"
24642472
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
2465-
version = "0.21.70"
2473+
version = "0.21.71"
24662474

24672475
[[deps.VertexSafeGraphs]]
24682476
deps = ["Graphs"]

0 commit comments

Comments
 (0)