Skip to content

Commit 217ab6e

Browse files
Bump OrdinaryDiffEqDifferentiation compat to v2
This allows DelayDiffEq to work with the new OrdinaryDiffEqDifferentiation v2 which moved WOperator types to SciMLOperators. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent 185edca commit 217ab6e

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
@@ -39,7 +39,7 @@ Logging = "1"
3939
OrdinaryDiffEq = "6.69"
4040
OrdinaryDiffEqCore = "3.2"
4141
OrdinaryDiffEqDefault = "1.9"
42-
OrdinaryDiffEqDifferentiation = "1.17"
42+
OrdinaryDiffEqDifferentiation = "1.17, 2"
4343
OrdinaryDiffEqFunctionMap = "1.6"
4444
OrdinaryDiffEqNonlinearSolve = "1.16"
4545
OrdinaryDiffEqRosenbrock = "1.19"

0 commit comments

Comments
 (0)