Skip to content

Commit 193ca21

Browse files
TEMP COMMIT: use unreleased packages
1 parent e35c935 commit 193ca21

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Project.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
207207

208208
[targets]
209209
test = ["AmplNLWriter", "BenchmarkTools", "BoundaryValueDiffEqMIRK", "BoundaryValueDiffEqAscher", "ControlSystemsBase", "DataInterpolations", "DelayDiffEq", "NonlinearSolve", "ForwardDiff", "Ipopt", "Ipopt_jll", "ModelingToolkitStandardLibrary", "Optimization", "OptimizationOptimJL", "OptimizationMOI", "OrdinaryDiffEq", "OrdinaryDiffEqCore", "OrdinaryDiffEqDefault", "REPL", "Random", "ReferenceTests", "SafeTestsets", "StableRNGs", "Statistics", "SteadyStateDiffEq", "Test", "StochasticDiffEq", "Sundials", "StochasticDelayDiffEq", "Pkg", "JET", "OrdinaryDiffEqNonlinearSolve", "Logging", "OptimizationBase", "LinearSolve"]
210+
211+
[sources]
212+
DiffEqBase = { url = "https://github.com/AayushSabharwal/DiffEqBase.jl", rev = "as/better-disc-save" }
213+
DelayDiffEq = { url = "https://github.com/AayushSabharwal/DelayDiffEq.jl", rev = "as/fix-disc-save" }
214+
JumpProcesses = { url = "https://github.com/AayushSabharwal/JumpProcesses.jl", rev = "as/fix-disc-save" }
215+
OrdinaryDiffEqCore = { url = "https://github.com/AayushSabharwal/OrdinaryDiffEq.jl", rev = "as/fix-disc-save", subdir = "lib/OrdinaryDiffEqCore" }
216+
SciMLBase = { url = "https://github.com/AayushSabharwal/SciMLBase.jl", rev = "as/callback-save" }
217+
StochasticDelayDiffEq = { url = "https://github.com/AayushSabharwal/StochasticDelayDiffEq.jl", rev = "as/fix-disc-save" }
218+
StochasticDiffEq = { url = "https://github.com/AayushSabharwal/StochasticDiffEq.jl", rev = "as/fix-disc-save" }

0 commit comments

Comments
 (0)