Skip to content

Commit b75d975

Browse files
authored
Support SciMLOperators 0.4 in OrdinaryDiffEqCore
1 parent 21178a3 commit b75d975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqCore"
22
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
33
authors = ["ParamThakkar123 <[email protected]>"]
4-
version = "1.24.0"
4+
version = "1.25.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -72,7 +72,7 @@ RecursiveArrayTools = "2.36, 3"
7272
Reexport = "1.0"
7373
SafeTestsets = "0.1.0"
7474
SciMLBase = "2.68"
75-
SciMLOperators = "0.3"
75+
SciMLOperators = "0.3, 0.4"
7676
SciMLStructures = "1"
7777
SimpleUnPack = "1"
7878
Static = "0.8, 1"

0 commit comments

Comments
 (0)