Skip to content

Commit e13f39a

Browse files
Require OrdinaryDiffEqCore 4.12 in DelayDiffEq
The autonomous-discontinuity controller state used by DDEIntegrator ships with OrdinaryDiffEqCore 4.12. Prevent DelayDiffEq 6.1 from resolving against an older Core release that does not provide the required controller behavior. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent ea299e0 commit e13f39a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/DelayDiffEq/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ LinearAlgebra = "1"
7373
LinearSolve = "5.1"
7474
Logging = "1"
7575
OrdinaryDiffEqBDF = "2"
76-
OrdinaryDiffEqCore = "4"
76+
OrdinaryDiffEqCore = "4.12"
7777
OrdinaryDiffEqDefault = "2"
7878
OrdinaryDiffEqDifferentiation = "3"
7979
OrdinaryDiffEqFeagin = "2"

0 commit comments

Comments
 (0)