Skip to content

Commit

Permalink
Merge pull request #2547 from AayushSabharwal/as/compat-bumps
Browse files Browse the repository at this point in the history
build: bump OrdinaryDiffEqCore compat in OrdinaryDiffEqNonlinearSolve
  • Loading branch information
ChrisRackauckas authored Dec 3, 2024
2 parents cf13a4f + 3d97096 commit a6b4262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/OrdinaryDiffEqNonlinearSolve/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqNonlinearSolve"
uuid = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8"
authors = ["Chris Rackauckas <[email protected]>", "Yingbo Ma <[email protected]>"]
version = "1.3.0"
version = "1.3.1"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -36,7 +36,7 @@ LinearAlgebra = "<0.0.1, 1"
LinearSolve = "2.32.0"
MuladdMacro = "0.2.4"
NonlinearSolve = "3.14.0, 4"
OrdinaryDiffEqCore = "1.1"
OrdinaryDiffEqCore = "1.13"
OrdinaryDiffEqDifferentiation = "<0.0.1, 1"
PreallocationTools = "0.4.23"
Random = "<0.0.1, 1"
Expand Down

0 comments on commit a6b4262

Please sign in to comment.