Skip to content

Commit 027741a

Browse files
Merge pull request #2076 from SciML/ap/upversions
Update NonlinearSolve version
2 parents dabe708 + b8c80f8 commit 027741a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEq"
22
uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
33
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
4-
version = "6.59.3"
4+
version = "6.60.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -67,7 +67,7 @@ LoopVectorization = "0.12"
6767
MacroTools = "0.5"
6868
MuladdMacro = "0.2.1"
6969
NLsolve = "4.3"
70-
NonlinearSolve = "2"
70+
NonlinearSolve = "3"
7171
Polyester = "0.7"
7272
PreallocationTools = "0.4"
7373
PrecompileTools = "1"
@@ -77,7 +77,7 @@ Reexport = "1.0"
7777
SciMLBase = "2"
7878
SciMLNLSolve = "0.1"
7979
SciMLOperators = "0.3"
80-
SimpleNonlinearSolve = "0.1.4"
80+
SimpleNonlinearSolve = "1"
8181
SimpleUnPack = "1"
8282
SparseArrays = "1.9"
8383
SparseDiffTools = "2.3"

0 commit comments

Comments
 (0)