Skip to content

Commit

Permalink
Merge 99f1fc0 into a9dc1fc
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Nov 19, 2022
2 parents a9dc1fc + 99f1fc0 commit 3c4201b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'
12 changes: 12 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,16 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
BenchmarkTools = "1.3.2"
DifferentialEquations = "7.6.0"
Distributions = "0.25.78"
Documenter = "0.27"
ModelingToolkit = "8.33.1"
NonlinearSolve = "0.3.23"
Optim = "1.7.3"
Optimization = "3.9.2"
OptimizationOptimJL = "0.1.4"
OrdinaryDiffEq = "6.31.2"
Plots = "1.36.2"
Symbolics = "4.13.0"
Unitful = "1.12.1"

0 comments on commit 3c4201b

Please sign in to comment.