Skip to content

Commit 239b4fd

Browse files
committed
doc: restrict compat of MTK example in manual
1 parent 73c7974 commit 239b4fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Documenter = "1"
1616
JuMP = "1"
1717
LinearAlgebra = "1.10"
1818
Logging = "1.10"
19-
ModelingToolkit = "9.50"
19+
ModelingToolkit = "9.50 - 9.76"
2020
Plots = "1"

docs/src/manual/mtk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ the last section.
2323
will work for all corner cases.
2424

2525
!!! compat
26-
The example relies on features and bugfixes of `ModelingToolkit.jl` v9.50.
26+
The example works on `ModelingToolkit.jl` v9.50 to 9.76 (corresponding to the following
27+
`[compat]` entry: `ModelingToolkit = "9.50 - 9.76"`).
2728

2829
We first construct and instantiate the pendulum model:
2930

0 commit comments

Comments
 (0)