We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec03216 commit b1be2f9Copy full SHA for b1be2f9
Project.toml
@@ -106,6 +106,8 @@ OrdinaryDiffEqStabilizedRK = {path = "lib/OrdinaryDiffEqStabilizedRK"}
106
OrdinaryDiffEqSymplecticRK = {path = "lib/OrdinaryDiffEqSymplecticRK"}
107
OrdinaryDiffEqTsit5 = {path = "lib/OrdinaryDiffEqTsit5"}
108
OrdinaryDiffEqVerner = {path = "lib/OrdinaryDiffEqVerner"}
109
+DiffEqBase = { url = "https://github.com/AayushSabharwal/DiffEqBase.jl", rev = "as/better-disc-save" }
110
+SciMLBase = { url = "https://github.com/AayushSabharwal/SciMLBase.jl", rev = "as/callback-save" }
111
112
[compat]
113
ADTypes = "1.16"
0 commit comments