File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 13
13
env :
14
14
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
15
15
COMPATHELPER_PRIV : ${{ secrets.COMPATHELPER_PRIV }}
16
- run : julia -e 'using CompatHelper; CompatHelper.main()'
16
+ run : julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"] )'
Original file line number Diff line number Diff line change @@ -15,4 +15,16 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
15
15
Unitful = " 1986cc42-f94f-5a68-af5c-568840ba703d"
16
16
17
17
[compat ]
18
+ BenchmarkTools = " 1.3"
19
+ DifferentialEquations = " 7.6"
20
+ Distributions = " 0.25"
18
21
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"
You can’t perform that action at this time.
0 commit comments