Skip to content

Commit

Permalink
add version note
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Mar 2, 2023
1 parent f0cfdb2 commit 9aee17c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
BifurcationKit = "0.2.4"
Catalyst = "13"
DifferentialEquations = "7.7"
Distributions = "0.25"
Expand Down
3 changes: 3 additions & 0 deletions docs/src/catalyst_applications/bifurcation_diagrams.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ use of the [BifurcationKit.jl](https://bifurcationkit.github.io/BifurcationKitDo
package. This tutorial gives a simple example of how to create such a
bifurcation diagram.

!!! note
Catalyst 13.0 and up require at least BifurcationKit v0.2.4.

First, we declare our reaction model. For this example we will use a bistable
switch, but one which also contains a Hopf bifurcation.
```@example ex1
Expand Down

0 comments on commit 9aee17c

Please sign in to comment.