@@ -45,6 +45,14 @@ SIAMFANLEquations = "084e46ad-d928-497d-ad5e-07fa361a48c4"
4545SpeedMapping = " f1835b91-879b-4a3f-a438-e4baacf14412"
4646Sundials = " c3572dad-4567-51f8-b174-8c6c989267f4"
4747
48+ [sources ]
49+ BracketingNonlinearSolve = {path = " lib/BracketingNonlinearSolve" }
50+ NonlinearSolveBase = {path = " lib/NonlinearSolveBase" }
51+ NonlinearSolveFirstOrder = {path = " lib/NonlinearSolveFirstOrder" }
52+ NonlinearSolveQuasiNewton = {path = " lib/NonlinearSolveQuasiNewton" }
53+ NonlinearSolveSpectralMethods = {path = " lib/NonlinearSolveSpectralMethods" }
54+ SimpleNonlinearSolve = {path = " lib/SimpleNonlinearSolve" }
55+
4856[extensions ]
4957NonlinearSolveFastLevenbergMarquardtExt = " FastLevenbergMarquardt"
5058NonlinearSolveFixedPointAccelerationExt = " FixedPointAcceleration"
@@ -58,7 +66,7 @@ NonlinearSolveSpeedMappingExt = "SpeedMapping"
5866NonlinearSolveSundialsExt = " Sundials"
5967
6068[compat ]
61- ADTypes = " 1.9 "
69+ ADTypes = " 1.11 "
6270Aqua = " 0.8"
6371ArrayInterface = " 7.16"
6472BandedMatrices = " 1.5"
@@ -68,7 +76,7 @@ CUDA = "5.5"
6876CommonSolve = " 0.2.4"
6977ConcreteStructs = " 0.2.3"
7078DiffEqBase = " 6.158.3"
71- DifferentiationInterface = " 0.6.18 , 0.7"
79+ DifferentiationInterface = " 0.6.27 , 0.7"
7280Enzyme = " 0.13.11"
7381ExplicitImports = " 1.5"
7482FastClosures = " 0.3.2"
@@ -103,15 +111,15 @@ Random = "1.10"
103111ReTestItems = " 1.24"
104112Reexport = " 1.2"
105113SIAMFANLEquations = " 1.0.1"
106- SciMLBase = " 2.69 "
114+ SciMLBase = " 2.92 "
107115SimpleNonlinearSolve = " 2.1"
108116SparseArrays = " 1.10"
109117SparseConnectivityTracer = " 0.6.5"
110118SparseMatrixColorings = " 0.4.5"
111119SpeedMapping = " 0.3"
112120StableRNGs = " 1"
113121StaticArrays = " 1.9"
114- StaticArraysCore = " 1.4"
122+ StaticArraysCore = " 1.4.3 "
115123Sundials = " 4.23.1"
116124SymbolicIndexingInterface = " 0.3.36"
117125Test = " 1.10"
@@ -151,24 +159,5 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
151159Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
152160Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
153161
154- [sources .BracketingNonlinearSolve ]
155- path = " lib/BracketingNonlinearSolve"
156-
157- [sources .NonlinearSolveBase ]
158- path = " lib/NonlinearSolveBase"
159-
160- [sources .NonlinearSolveFirstOrder ]
161- path = " lib/NonlinearSolveFirstOrder"
162-
163- [sources .NonlinearSolveQuasiNewton ]
164- path = " lib/NonlinearSolveQuasiNewton"
165-
166- [sources .NonlinearSolveSpectralMethods ]
167- path = " lib/NonlinearSolveSpectralMethods"
168-
169- [sources .SimpleNonlinearSolve ]
170- path = " lib/SimpleNonlinearSolve"
171-
172162[targets ]
173163test = [" Aqua" , " BandedMatrices" , " BenchmarkTools" , " CUDA" , " Enzyme" , " ExplicitImports" , " FastLevenbergMarquardt" , " FixedPointAcceleration" , " Hwloc" , " InteractiveUtils" , " LeastSquaresOptim" , " LineSearches" , " MINPACK" , " NLSolvers" , " NLsolve" , " NaNMath" , " NonlinearProblemLibrary" , " OrdinaryDiffEqTsit5" , " PETSc" , " Pkg" , " PolyesterForwardDiff" , " Random" , " ReTestItems" , " SIAMFANLEquations" , " SparseConnectivityTracer" , " SpeedMapping" , " StableRNGs" , " StaticArrays" , " Sundials" , " Test" , " Zygote" ]
174-
0 commit comments