@@ -152,6 +152,16 @@ version = "1.1.1"
152152 [deps .BlockArrays .weakdeps ]
153153 BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
154154
155+ [[deps .BracketingNonlinearSolve ]]
156+ deps = [" CommonSolve" , " ConcreteStructs" , " NonlinearSolveBase" , " PrecompileTools" , " Reexport" , " SciMLBase" ]
157+ git-tree-sha1 = " 95cb19c37ea427617e9795655667712f03058d98"
158+ uuid = " 70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"
159+ version = " 1.1.0"
160+ weakdeps = [" ForwardDiff" ]
161+
162+ [deps .BracketingNonlinearSolve .extensions ]
163+ BracketingNonlinearSolveForwardDiffExt = " ForwardDiff"
164+
155165[[deps .Bzip2_jll ]]
156166deps = [" Artifacts" , " JLLWrappers" , " Libdl" , " Pkg" ]
157167git-tree-sha1 = " 8873e196c2eb87962a2048b3b8e08946535864a1"
@@ -181,6 +191,11 @@ git-tree-sha1 = "009060c9a6168704143100f36ab08f06c2af4642"
181191uuid = " 83423d85-b0ee-5818-9007-b63ccbeb887a"
182192version = " 1.18.2+1"
183193
194+ [[deps .Cassette ]]
195+ git-tree-sha1 = " f8764df8d9d2aec2812f009a1ac39e46c33354b8"
196+ uuid = " 7057c7e9-c182-5462-911a-8362d720325c"
197+ version = " 0.3.14"
198+
184199[[deps .Catalyst ]]
185200deps = [" Combinatorics" , " DataStructures" , " DiffEqBase" , " DocStringExtensions" , " DynamicPolynomials" , " DynamicQuantities" , " Graphs" , " JumpProcesses" , " LaTeXStrings" , " Latexify" , " LinearAlgebra" , " MacroTools" , " ModelingToolkit" , " Parameters" , " Reexport" , " Requires" , " RuntimeGeneratedFunctions" , " SciMLBase" , " Setfield" , " SparseArrays" , " SymbolicUtils" , " Symbolics" , " Unitful" ]
186201git-tree-sha1 = " dafd059c1d80ba02006978cd05ea7264ff1f362e"
@@ -574,9 +589,9 @@ version = "0.6.0"
574589
575590[[deps .DynamicQuantities ]]
576591deps = [" DispatchDoctor" , " TestItems" , " Tricks" ]
577- git-tree-sha1 = " 9f826f051e3d2c76f924d39c9aa4fcfd18cc9256 "
592+ git-tree-sha1 = " 192f34efd3912f4020b225e01d896f567f5f03e8 "
578593uuid = " 06fc5a27-2a28-4c7c-a15d-362465fb6821"
579- version = " 1.2 .0"
594+ version = " 1.3 .0"
580595
581596 [deps .DynamicQuantities .extensions ]
582597 DynamicQuantitiesLinearAlgebraExt = " LinearAlgebra"
@@ -772,6 +787,12 @@ git-tree-sha1 = "1ed150b39aebcc805c26b93a8d0122c940f64ce2"
772787uuid = " 559328eb-81f9-559d-9380-de523a88c83c"
773788version = " 1.0.14+0"
774789
790+ [[deps .FunctionProperties ]]
791+ deps = [" Cassette" , " DiffRules" ]
792+ git-tree-sha1 = " bf7c740307eb0ee80e05d8aafbd0c5a901578398"
793+ uuid = " f62d2435-5019-4c03-9749-2d4c77af0cbc"
794+ version = " 0.1.2"
795+
775796[[deps .FunctionWrappers ]]
776797git-tree-sha1 = " d62485945ce5ae9c0c48f124a84998d755bae00e"
777798uuid = " 069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
@@ -901,9 +922,9 @@ version = "0.1.17"
901922
902923[[deps .HypergeometricFunctions ]]
903924deps = [" LinearAlgebra" , " OpenLibm_jll" , " SpecialFunctions" ]
904- git-tree-sha1 = " 7c4195be1649ae622304031ed46a2f4df989f1eb "
925+ git-tree-sha1 = " b1c2585431c382e3fe5805874bda6aea90a95de9 "
905926uuid = " 34004b35-14d8-5ef3-9330-4cdb6864b03a"
906- version = " 0.3.24 "
927+ version = " 0.3.25 "
907928
908929[[deps .IJulia ]]
909930deps = [" Base64" , " Conda" , " Dates" , " InteractiveUtils" , " JSON" , " Libdl" , " Logging" , " Markdown" , " MbedTLS" , " Pkg" , " Printf" , " REPL" , " Random" , " SoftGlobalScope" , " Test" , " UUIDs" , " ZMQ" ]
@@ -1411,32 +1432,78 @@ uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
14111432version = " 1.2.0"
14121433
14131434[[deps .NonlinearSolve ]]
1414- deps = [" ADTypes" , " ArrayInterface" , " ConcreteStructs " , " DiffEqBase " , " DifferentiationInterface " , " FastBroadcast " , " FastClosures " , " FiniteDiff " , " ForwardDiff " , " LazyArrays " , " LineSearch" , " LineSearches " , " LinearAlgebra " , " LinearSolve " , " MaybeInplace " , " PrecompileTools " , " Preferences " , " Printf " , " RecursiveArrayTools " , " Reexport" , " SciMLBase" , " SciMLJacobianOperators " , " SciMLOperators " , " Setfield " , " SimpleNonlinearSolve" , " SparseArrays" , " SparseConnectivityTracer " , " SparseMatrixColorings" , " StaticArraysCore" , " SymbolicIndexingInterface" , " TimerOutputs " ]
1415- git-tree-sha1 = " 4d8944f32db2b07a2bdf8477e878bcb9c9ea2308 "
1435+ deps = [" ADTypes" , " ArrayInterface" , " BracketingNonlinearSolve " , " CommonSolve " , " ConcreteStructs " , " DiffEqBase " , " DifferentiationInterface " , " FastClosures " , " FiniteDiff " , " ForwardDiff " , " LineSearch" , " LinearAlgebra " , " LinearSolve " , " NonlinearSolveBase " , " NonlinearSolveFirstOrder " , " NonlinearSolveQuasiNewton " , " NonlinearSolveSpectralMethods " , " PrecompileTools " , " Preferences " , " Reexport" , " SciMLBase" , " SimpleNonlinearSolve" , " SparseArrays" , " SparseMatrixColorings" , " StaticArraysCore" , " SymbolicIndexingInterface" ]
1436+ git-tree-sha1 = " 22f3efdd47bd18d8a26bd559fff254e6b21000fd "
14161437uuid = " 8913a72c-1f9b-4ce2-8d82-65094dcecaec"
1417- version = " 3.15.1 "
1438+ version = " 4.1.0 "
14181439
14191440 [deps .NonlinearSolve .extensions ]
1420- NonlinearSolveBandedMatricesExt = " BandedMatrices"
14211441 NonlinearSolveFastLevenbergMarquardtExt = " FastLevenbergMarquardt"
14221442 NonlinearSolveFixedPointAccelerationExt = " FixedPointAcceleration"
14231443 NonlinearSolveLeastSquaresOptimExt = " LeastSquaresOptim"
14241444 NonlinearSolveMINPACKExt = " MINPACK"
14251445 NonlinearSolveNLSolversExt = " NLSolvers"
1426- NonlinearSolveNLsolveExt = " NLsolve"
1446+ NonlinearSolveNLsolveExt = [" NLsolve" , " LineSearches" ]
1447+ NonlinearSolvePETScExt = [" PETSc" , " MPI" ]
14271448 NonlinearSolveSIAMFANLEquationsExt = " SIAMFANLEquations"
14281449 NonlinearSolveSpeedMappingExt = " SpeedMapping"
1450+ NonlinearSolveSundialsExt = " Sundials"
14291451
14301452 [deps .NonlinearSolve .weakdeps ]
1431- BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
14321453 FastLevenbergMarquardt = " 7a0df574-e128-4d35-8cbd-3d84502bf7ce"
14331454 FixedPointAcceleration = " 817d07cb-a79a-5c30-9a31-890123675176"
14341455 LeastSquaresOptim = " 0fc2ff8b-aaa3-5acd-a817-1944a5e08891"
1456+ LineSearches = " d3d80556-e9d4-5f37-9878-2ab0fcc64255"
14351457 MINPACK = " 4854310b-de5a-5eb6-a2a5-c1dee2bd17f9"
1458+ MPI = " da04e1cc-30fd-572f-bb4f-1f8673147195"
14361459 NLSolvers = " 337daf1e-9722-11e9-073e-8b9effe078ba"
14371460 NLsolve = " 2774e3e8-f4cf-5e23-947b-6d7e65073b56"
1461+ PETSc = " ace2c81b-2b5f-4b1e-a30d-d662738edfe0"
14381462 SIAMFANLEquations = " 084e46ad-d928-497d-ad5e-07fa361a48c4"
14391463 SpeedMapping = " f1835b91-879b-4a3f-a438-e4baacf14412"
1464+ Sundials = " c3572dad-4567-51f8-b174-8c6c989267f4"
1465+
1466+ [[deps .NonlinearSolveBase ]]
1467+ deps = [" ADTypes" , " Adapt" , " ArrayInterface" , " CommonSolve" , " Compat" , " ConcreteStructs" , " DifferentiationInterface" , " EnzymeCore" , " FastClosures" , " FunctionProperties" , " LinearAlgebra" , " Markdown" , " MaybeInplace" , " Preferences" , " Printf" , " RecursiveArrayTools" , " SciMLBase" , " SciMLJacobianOperators" , " SciMLOperators" , " StaticArraysCore" , " SymbolicIndexingInterface" , " TimerOutputs" ]
1468+ git-tree-sha1 = " 1589ef8aac99a21d132adf1ec5cbe6ef651760ff"
1469+ uuid = " be0214bd-f91f-a760-ac4e-3421ce2b2da0"
1470+ version = " 1.3.1"
1471+
1472+ [deps .NonlinearSolveBase .extensions ]
1473+ NonlinearSolveBaseBandedMatricesExt = " BandedMatrices"
1474+ NonlinearSolveBaseDiffEqBaseExt = " DiffEqBase"
1475+ NonlinearSolveBaseForwardDiffExt = " ForwardDiff"
1476+ NonlinearSolveBaseLineSearchExt = " LineSearch"
1477+ NonlinearSolveBaseLinearSolveExt = " LinearSolve"
1478+ NonlinearSolveBaseSparseArraysExt = " SparseArrays"
1479+ NonlinearSolveBaseSparseMatrixColoringsExt = " SparseMatrixColorings"
1480+
1481+ [deps .NonlinearSolveBase .weakdeps ]
1482+ BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
1483+ DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
1484+ ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
1485+ LineSearch = " 87fe0de2-c867-4266-b59a-2f0a94fc965b"
1486+ LinearSolve = " 7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
1487+ SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1488+ SparseMatrixColorings = " 0a514795-09f3-496d-8182-132a7b665d35"
1489+
1490+ [[deps .NonlinearSolveFirstOrder ]]
1491+ deps = [" ADTypes" , " ArrayInterface" , " CommonSolve" , " ConcreteStructs" , " DiffEqBase" , " FiniteDiff" , " ForwardDiff" , " LinearAlgebra" , " LinearSolve" , " MaybeInplace" , " NonlinearSolveBase" , " PrecompileTools" , " Reexport" , " SciMLBase" , " SciMLJacobianOperators" , " Setfield" , " StaticArraysCore" ]
1492+ git-tree-sha1 = " dc8535cecb0f9d978019e44b7144b9e84ab85424"
1493+ uuid = " 5959db7a-ea39-4486-b5fe-2dd0bf03d60d"
1494+ version = " 1.0.0"
1495+
1496+ [[deps .NonlinearSolveQuasiNewton ]]
1497+ deps = [" ArrayInterface" , " CommonSolve" , " ConcreteStructs" , " DiffEqBase" , " LinearAlgebra" , " LinearSolve" , " MaybeInplace" , " NonlinearSolveBase" , " PrecompileTools" , " Reexport" , " SciMLBase" , " SciMLOperators" , " StaticArraysCore" ]
1498+ git-tree-sha1 = " 066d4940938f4bb5fd1ce146e61a373f40b89d31"
1499+ uuid = " 9a2c21bd-3a47-402d-9113-8faf9a0ee114"
1500+ version = " 1.0.0"
1501+
1502+ [[deps .NonlinearSolveSpectralMethods ]]
1503+ deps = [" CommonSolve" , " ConcreteStructs" , " DiffEqBase" , " LineSearch" , " MaybeInplace" , " NonlinearSolveBase" , " PrecompileTools" , " Reexport" , " SciMLBase" ]
1504+ git-tree-sha1 = " cc97c44e396ab820401c8c404bc1fd18d4c884bd"
1505+ uuid = " 26075421-4e9a-44e1-8bd1-420ed7ad02b2"
1506+ version = " 1.0.0"
14401507
14411508[[deps .ODEInterface ]]
14421509deps = [" Dates" , " Libdl" , " LinearAlgebra" , " Markdown" , " ODEInterface_jll" , " Unicode" ]
@@ -1524,9 +1591,9 @@ version = "1.6.3"
15241591
15251592[[deps .OrdinaryDiffEq ]]
15261593deps = ["ADTypes", "Adapt", "ArrayInterface", "DataStructures", "DiffEqBase", "DocStringExtensions", "EnumX", "ExponentialUtilities", "FastBroadcast", "FastClosures", "FillArrays", "FiniteDiff", "ForwardDiff", "FunctionWrappersWrappers", "InteractiveUtils", "LineSearches", "LinearAlgebra", "LinearSolve", "Logging", "MacroTools", "MuladdMacro", "NonlinearSolve", "OrdinaryDiffEqAdamsBashforthMoulton", "OrdinaryDiffEqBDF", "OrdinaryDiffEqCore", "OrdinaryDiffEqDefault", "OrdinaryDiffEqDifferentiation", "OrdinaryDiffEqExplicitRK", "OrdinaryDiffEqExponentialRK", "OrdinaryDiffEqExtrapolation", "OrdinaryDiffEqFIRK", "OrdinaryDiffEqFeagin", "OrdinaryDiffEqFunctionMap", "OrdinaryDiffEqHighOrderRK", "OrdinaryDiffEqIMEXMultistep", "OrdinaryDiffEqLinear", "OrdinaryDiffEqLowOrderRK", "OrdinaryDiffEqLowStorageRK", "OrdinaryDiffEqNonlinearSolve", "OrdinaryDiffEqNordsieck", "OrdinaryDiffEqPDIRK", "OrdinaryDiffEqPRK", "OrdinaryDiffEqQPRK", "OrdinaryDiffEqRKN", "OrdinaryDiffEqRosenbrock", "OrdinaryDiffEqSDIRK", "OrdinaryDiffEqSSPRK", "OrdinaryDiffEqStabilizedIRK", "OrdinaryDiffEqStabilizedRK", "OrdinaryDiffEqSymplecticRK", "OrdinaryDiffEqTsit5", "OrdinaryDiffEqVerner", "Polyester", "PreallocationTools", "PrecompileTools", "Preferences", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "SimpleNonlinearSolve", "SimpleUnPack", "SparseArrays", "SparseDiffTools", "Static", "StaticArrayInterface", "StaticArrays", "TruncatedStacktraces"]
1527- git-tree-sha1 = " cd892f12371c287dc50d6ad3af075b088b6f2d48 "
1594+ git-tree-sha1 = " aa3897f89be34bdfd86472f5345d5f1f6576bcc5 "
15281595uuid = " 1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1529- version = " 6.89 .0"
1596+ version = " 6.90 .0"
15301597
15311598[[deps .OrdinaryDiffEqAdamsBashforthMoulton ]]
15321599deps = [" ADTypes" , " DiffEqBase" , " FastBroadcast" , " MuladdMacro" , " OrdinaryDiffEqCore" , " OrdinaryDiffEqLowOrderRK" , " Polyester" , " RecursiveArrayTools" , " Reexport" , " Static" ]
@@ -1558,9 +1625,9 @@ version = "1.1.0"
15581625
15591626[[deps .OrdinaryDiffEqDifferentiation ]]
15601627deps = [" ADTypes" , " ArrayInterface" , " DiffEqBase" , " FastBroadcast" , " FiniteDiff" , " ForwardDiff" , " FunctionWrappersWrappers" , " LinearAlgebra" , " LinearSolve" , " OrdinaryDiffEqCore" , " SciMLBase" , " SparseArrays" , " SparseDiffTools" , " StaticArrayInterface" , " StaticArrays" ]
1561- git-tree-sha1 = " e63ec633b1efa99e3caa2e26a01faaa88ba6cef9 "
1628+ git-tree-sha1 = " 8977f283a7d89c5d5c06c933467ed4af0a99f2f7 "
15621629uuid = " 4302a76b-040a-498a-8c04-15b101fed76b"
1563- version = " 1.1 .0"
1630+ version = " 1.2 .0"
15641631
15651632[[deps .OrdinaryDiffEqExplicitRK ]]
15661633deps = [" DiffEqBase" , " FastBroadcast" , " LinearAlgebra" , " MuladdMacro" , " OrdinaryDiffEqCore" , " RecursiveArrayTools" , " Reexport" , " TruncatedStacktraces" ]
@@ -1630,9 +1697,9 @@ version = "1.2.1"
16301697
16311698[[deps .OrdinaryDiffEqNonlinearSolve ]]
16321699deps = [" ADTypes" , " ArrayInterface" , " DiffEqBase" , " FastBroadcast" , " FastClosures" , " ForwardDiff" , " LinearAlgebra" , " LinearSolve" , " MuladdMacro" , " NonlinearSolve" , " OrdinaryDiffEqCore" , " OrdinaryDiffEqDifferentiation" , " PreallocationTools" , " RecursiveArrayTools" , " SciMLBase" , " SciMLOperators" , " SciMLStructures" , " SimpleNonlinearSolve" , " StaticArrays" ]
1633- git-tree-sha1 = " e4be6539f4aaae8db1f29fcfdf6ef817df1f25cf "
1700+ git-tree-sha1 = " 5e1b316555fa95892edc13f6a429ac784d0be4dd "
16341701uuid = " 127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
1635- version = " 1.2.2 "
1702+ version = " 1.2.4 "
16361703
16371704[[deps .OrdinaryDiffEqNordsieck ]]
16381705deps = [" DiffEqBase" , " FastBroadcast" , " LinearAlgebra" , " MuladdMacro" , " OrdinaryDiffEqCore" , " OrdinaryDiffEqTsit5" , " Polyester" , " RecursiveArrayTools" , " Reexport" , " Static" ]
@@ -1666,9 +1733,9 @@ version = "1.1.0"
16661733
16671734[[deps .OrdinaryDiffEqRosenbrock ]]
16681735deps = [" ADTypes" , " DiffEqBase" , " FastBroadcast" , " FiniteDiff" , " ForwardDiff" , " LinearAlgebra" , " LinearSolve" , " MacroTools" , " MuladdMacro" , " OrdinaryDiffEqCore" , " OrdinaryDiffEqDifferentiation" , " Polyester" , " PrecompileTools" , " Preferences" , " RecursiveArrayTools" , " Reexport" , " Static" ]
1669- git-tree-sha1 = " 96b47cdd12cb4ce8f70d701b49f855271a462bd4 "
1736+ git-tree-sha1 = " 56cbbdc43bd0e88083fcef3efa296501b5a435da "
16701737uuid = " 43230ef6-c299-4910-a778-202eb28ce4ce"
1671- version = " 1.2 .0"
1738+ version = " 1.3 .0"
16721739
16731740[[deps .OrdinaryDiffEqSDIRK ]]
16741741deps = [" DiffEqBase" , " FastBroadcast" , " LinearAlgebra" , " MacroTools" , " MuladdMacro" , " OrdinaryDiffEqCore" , " OrdinaryDiffEqDifferentiation" , " OrdinaryDiffEqNonlinearSolve" , " RecursiveArrayTools" , " Reexport" , " SciMLBase" , " TruncatedStacktraces" ]
@@ -2054,9 +2121,9 @@ version = "0.6.43"
20542121
20552122[[deps .SciMLBase ]]
20562123deps = [" 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" ]
2057- git-tree-sha1 = " ad0d4e32b7adf6871f60c3379d76fdc231b434c8 "
2124+ git-tree-sha1 = " 7527b9adb22904f0f51d8ab85d826f81ebb6f78d "
20582125uuid = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
2059- version = " 2.59.1 "
2126+ version = " 2.59.2 "
20602127
20612128 [deps .SciMLBase .extensions ]
20622129 SciMLBaseChainRulesCoreExt = " ChainRulesCore"
@@ -2137,22 +2204,22 @@ uuid = "777ac1f9-54b0-4bf8-805c-2214025038e7"
21372204version = " 1.2.0"
21382205
21392206[[deps .SimpleNonlinearSolve ]]
2140- deps = [" ADTypes" , " ArrayInterface" , " ConcreteStructs " , " DiffEqBase " , " DiffResults " , " DifferentiationInterface" , " FastClosures" , " FiniteDiff" , " ForwardDiff" , " LinearAlgebra" , " MaybeInplace" , " PrecompileTools" , " Reexport" , " SciMLBase" , " Setfield" , " StaticArraysCore" ]
2141- git-tree-sha1 = " 44021f3efc023be3871195d8ad98b865001a2fa1 "
2207+ deps = [" ADTypes" , " ArrayInterface" , " BracketingNonlinearSolve " , " CommonSolve " , " ConcreteStructs " , " DifferentiationInterface" , " FastClosures" , " FiniteDiff" , " ForwardDiff" , " LineSearch " , " LinearAlgebra" , " MaybeInplace" , " NonlinearSolveBase " , " PrecompileTools" , " Reexport" , " SciMLBase" , " Setfield" , " StaticArraysCore" ]
2208+ git-tree-sha1 = " f7e2042e0b68c6bb19a0a1594839792737f51d84 "
21422209uuid = " 727e6d20-b764-4bd8-a329-72de5adea6c7"
2143- version = " 1.12.3 "
2210+ version = " 2.0.0 "
21442211
21452212 [deps .SimpleNonlinearSolve .extensions ]
21462213 SimpleNonlinearSolveChainRulesCoreExt = " ChainRulesCore"
2214+ SimpleNonlinearSolveDiffEqBaseExt = " DiffEqBase"
21472215 SimpleNonlinearSolveReverseDiffExt = " ReverseDiff"
21482216 SimpleNonlinearSolveTrackerExt = " Tracker"
2149- SimpleNonlinearSolveZygoteExt = " Zygote"
21502217
21512218 [deps .SimpleNonlinearSolve .weakdeps ]
21522219 ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
2220+ DiffEqBase = " 2b5f629d-d688-5b77-993f-72d75c75574e"
21532221 ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
21542222 Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
2155- Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
21562223
21572224[[deps .SimpleTraits ]]
21582225deps = [" InteractiveUtils" , " MacroTools" ]
@@ -2185,26 +2252,6 @@ deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
21852252uuid = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
21862253version = " 1.10.0"
21872254
2188- [[deps .SparseConnectivityTracer ]]
2189- deps = [" ADTypes" , " DocStringExtensions" , " FillArrays" , " LinearAlgebra" , " Random" , " SparseArrays" ]
2190- git-tree-sha1 = " 6914df6005bab9940e2a96879a97a43e1fb1ce78"
2191- uuid = " 9f842d2f-2579-4b1d-911e-f412cf18a3f5"
2192- version = " 0.6.8"
2193-
2194- [deps .SparseConnectivityTracer .extensions ]
2195- SparseConnectivityTracerDataInterpolationsExt = " DataInterpolations"
2196- SparseConnectivityTracerLogExpFunctionsExt = " LogExpFunctions"
2197- SparseConnectivityTracerNNlibExt = " NNlib"
2198- SparseConnectivityTracerNaNMathExt = " NaNMath"
2199- SparseConnectivityTracerSpecialFunctionsExt = " SpecialFunctions"
2200-
2201- [deps .SparseConnectivityTracer .weakdeps ]
2202- DataInterpolations = " 82cc6244-b520-54b8-b5a6-8a565e85f1d0"
2203- LogExpFunctions = " 2ab3a3ac-af41-5b50-aa03-7779005ae688"
2204- NNlib = " 872c559c-99b0-510c-b3b7-b6c96a88d5cd"
2205- NaNMath = " 77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
2206- SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
2207-
22082255[[deps .SparseDiffTools ]]
22092256deps = [" ADTypes" , " Adapt" , " ArrayInterface" , " Compat" , " DataStructures" , " FiniteDiff" , " ForwardDiff" , " Graphs" , " LinearAlgebra" , " PackageExtensionCompat" , " Random" , " Reexport" , " SciMLOperators" , " Setfield" , " SparseArrays" , " StaticArrayInterface" , " StaticArrays" , " UnPack" , " VertexSafeGraphs" ]
22102257git-tree-sha1 = " b906758c107b049b6b71599b9f928d9b14e5554a"
0 commit comments