Skip to content

Commit f05de75

Browse files
committed
fix: more min compat
1 parent c5876f0 commit f05de75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ NLSolvers = "0.5"
104104
NLsolve = "4.5"
105105
NaNMath = "1"
106106
NonlinearProblemLibrary = "0.1.2"
107-
NonlinearSolveBase = "1.4"
107+
NonlinearSolveBase = "1.14"
108108
NonlinearSolveFirstOrder = "1.2"
109-
NonlinearSolveQuasiNewton = "1.1"
109+
NonlinearSolveQuasiNewton = "1.8"
110110
NonlinearSolveSpectralMethods = "1.1"
111111
OrdinaryDiffEqTsit5 = "1.1.0"
112112
PETSc = "0.3"

lib/NonlinearSolveFirstOrder/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
2525

2626
[sources]
2727
NonlinearSolveBase = {path = "../NonlinearSolveBase"}
28+
SciMLJacobianOperators = {path = "../SciMLJacobianOperators"}
2829

2930
[compat]
3031
ADTypes = "1.9.0"

0 commit comments

Comments
 (0)