Skip to content

Commit 775f147

Browse files
fix examples deps
1 parent 8801dc5 commit 775f147

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/make.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ if CI
1212
Pkg.add("Literate")
1313
Pkg.add("Dates")
1414
Pkg.add("Tempo")
15+
16+
# Examples
17+
Pkg.add("DiffEqBase")
18+
Pkg.add("OrdinaryDiffEqVerner")
1519
end
1620

1721
include("generate.jl")

docs/src/Examples/e00_ode.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ add_point!(G, :Earth, 399, 1)
3737
# but more complex models can be used. We interface with [`SciML`](https://github.com/SciML)
3838
# ODE solvers to compute the trajectory solution.
3939

40-
using OrdinaryDiffEq
40+
using OrdinaryDiffEqVerner
4141
using DiffEqBase
4242

4343
# Now we create the problem with a given initial condition, time-span and gravitational

0 commit comments

Comments
 (0)