Skip to content

Commit 1194737

Browse files
Merge pull request #273 from ArnoStrouwen/patch-1
[skip ci] doc compat
2 parents e844b63 + 69b95e4 commit 1194737

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: CompatHelper.main()
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
run: julia -e 'using CompatHelper; CompatHelper.main()'
26+
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'

docs/Project.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ JumpProcesses = "ccbc3e58-028d-4f4c-8cd5-9ae44345cda5"
66
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
77
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
88
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
9+
10+
[compat]
11+
Catalyst = "12.3"
12+
DifferentialEquations = "7.6"
13+
Documenter = "0.27"
14+
JumpProcesses = "9.2"
15+
OrdinaryDiffEq = "6.31"
16+
Plots = "1.36"
17+
StochasticDiffEq = "6.56"

0 commit comments

Comments
 (0)