Skip to content

Commit 07cb49f

Browse files
Merge pull request #1952 from ArnoStrouwen/patch-1
[skip ci] doc compat
2 parents a9dc1fc + 1f868bd commit 07cb49f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main()'
16+
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'

docs/Project.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,16 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
1515
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1616

1717
[compat]
18+
BenchmarkTools = "1.3"
19+
DifferentialEquations = "7.6"
20+
Distributions = "0.25"
1821
Documenter = "0.27"
22+
ModelingToolkit = "8.33"
23+
NonlinearSolve = "0.3"
24+
Optim = "1.7"
25+
Optimization = "3.9"
26+
OptimizationOptimJL = "0.1"
27+
OrdinaryDiffEq = "6.31"
28+
Plots = "1.36"
29+
Symbolics = "4.13"
30+
Unitful = "1.12"

0 commit comments

Comments
 (0)