We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e844b63 + 69b95e4 commit 1194737Copy full SHA for 1194737
.github/workflows/CompatHelper.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: CompatHelper.main()
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- run: julia -e 'using CompatHelper; CompatHelper.main()'
+ run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'
docs/Project.toml
@@ -6,3 +6,12 @@ JumpProcesses = "ccbc3e58-028d-4f4c-8cd5-9ae44345cda5"
6
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
7
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
8
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