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 2bedaab commit 41c36a3Copy full SHA for 41c36a3
.buildkite/pipeline.yml
@@ -27,6 +27,7 @@ steps:
27
using Pkg
28
Pkg.instantiate()
29
Pkg.activate("docs")
30
+ Pkg.develop(PackageSpec(path=pwd()))
31
32
push!(LOAD_PATH, @__DIR__)
33
println("+++ :julia: Building documentation")
docs/Project.toml
@@ -41,7 +41,7 @@ CSV = "0.10"
41
ComponentArrays = "0.13, 0.14, 0.15"
42
DataDeps = "0.7"
43
DataFrames = "1"
44
-DiffEqFlux = "2"
+DiffEqFlux = "3"
45
DifferentialEquations = "7.6.0"
46
Distances = "0.10.7"
47
Distributions = "0.25.78"
0 commit comments