Skip to content

Commit fb4d61d

Browse files
Merge pull request #151 from SciML/ChrisRackauckas-patch-3
Allow NonlinearSolve v4
2 parents d4547f1 + 2211f70 commit fb4d61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Distributed = "1.9"
2828
LinearAlgebra = "1.9"
2929
Logging = "1.9"
3030
NLsolve = "4.2"
31-
NonlinearSolve = "3.13"
31+
NonlinearSolve = "3.13, 4"
3232
ODEProblemLibrary = "0.1"
3333
OrdinaryDiffEq = "6"
3434
ParameterizedFunctions = "5"

0 commit comments

Comments
 (0)