@@ -6,13 +6,17 @@ version = "1.5.0"
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
88ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
9+ DifferentiationInterface = " a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
910DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
11+ FastClosures = " 9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
1012LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1113PDMats = " 90014a1f-27ba-587c-ab20-58faa44d9150"
1214Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
1315Requires = " ae029012-a4dd-5104-9daa-d747884805df"
1416SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
1517SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
18+ SparseConnectivityTracer = " 9f842d2f-2579-4b1d-911e-f412cf18a3f5"
19+ SparseMatrixColorings = " 0a514795-09f3-496d-8182-132a7b665d35"
1620SymbolicAnalysis = " 4297ee4d-0239-47d8-ba5d-195ecdf594fe"
1721SymbolicIndexingInterface = " 2efcf032-c050-4f8e-a9bb-153293bab1f5"
1822Symbolics = " 0c5d862f-8b57-4792-8d23-62f2024744c7"
@@ -23,8 +27,6 @@ FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
2327ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
2428ModelingToolkit = " 961ee093-0014-501f-94e3-6117800e7a78"
2529ReverseDiff = " 37e2e3b7-166d-5795-8a7a-e32c996b4267"
26- SparseDiffTools = " 47a9eef4-7e08-11e9-0b38-333d64bd3804"
27- Tracker = " 9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
2830Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
2931
3032[extensions ]
@@ -33,13 +35,12 @@ OptimizationFiniteDiffExt = "FiniteDiff"
3335OptimizationForwardDiffExt = " ForwardDiff"
3436OptimizationMTKExt = " ModelingToolkit"
3537OptimizationReverseDiffExt = " ReverseDiff"
36- OptimizationSparseDiffExt = [" SparseDiffTools" , " ReverseDiff" ]
37- OptimizationTrackerExt = " Tracker"
3838OptimizationZygoteExt = " Zygote"
3939
4040[compat ]
41- ADTypes = " 1.3 "
41+ ADTypes = " 1.5 "
4242ArrayInterface = " 7.6"
43+ DifferentiationInterface = " 0.5"
4344DocStringExtensions = " 0.9"
4445Enzyme = " 0.12.12"
4546FiniteDiff = " 2.12"
@@ -51,16 +52,14 @@ Reexport = "1.2"
5152Requires = " 1"
5253ReverseDiff = " 1.14"
5354SciMLBase = " 2"
54- SparseDiffTools = " 2.14"
5555SymbolicAnalysis = " 0.3"
5656SymbolicIndexingInterface = " 0.3"
5757Symbolics = " 5.12, 6"
58- Tracker = " 0.2.29"
5958Zygote = " 0.6.67"
6059julia = " 1.10"
6160
6261[extras ]
6362Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
6463
6564[targets ]
66- test = [" Test" ]
65+ test = [" Test" ]
0 commit comments