Skip to content

Commit 41c36a3

Browse files
committed
Bump docs compat
1 parent 2bedaab commit 41c36a3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ steps:
2727
using Pkg
2828
Pkg.instantiate()
2929
Pkg.activate("docs")
30+
Pkg.develop(PackageSpec(path=pwd()))
3031
Pkg.instantiate()
3132
push!(LOAD_PATH, @__DIR__)
3233
println("+++ :julia: Building documentation")

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CSV = "0.10"
4141
ComponentArrays = "0.13, 0.14, 0.15"
4242
DataDeps = "0.7"
4343
DataFrames = "1"
44-
DiffEqFlux = "2"
44+
DiffEqFlux = "3"
4545
DifferentialEquations = "7.6.0"
4646
Distances = "0.10.7"
4747
Distributions = "0.25.78"

0 commit comments

Comments
 (0)