Skip to content

Commit

Permalink
Merge pull request #273 from ArnoStrouwen/patch-1
Browse files Browse the repository at this point in the history
[skip ci] doc compat
  • Loading branch information
ChrisRackauckas authored Nov 19, 2022
2 parents e844b63 + 69b95e4 commit 1194737
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -23,4 +23,4 @@ jobs:
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'
9 changes: 9 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ JumpProcesses = "ccbc3e58-028d-4f4c-8cd5-9ae44345cda5"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"

[compat]
Catalyst = "12.3"
DifferentialEquations = "7.6"
Documenter = "0.27"
JumpProcesses = "9.2"
OrdinaryDiffEq = "6.31"
Plots = "1.36"
StochasticDiffEq = "6.56"

0 comments on commit 1194737

Please sign in to comment.