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.
compat
1 parent 73c7974 commit 239b4fdCopy full SHA for 239b4fd
docs/Project.toml
@@ -16,5 +16,5 @@ Documenter = "1"
16
JuMP = "1"
17
LinearAlgebra = "1.10"
18
Logging = "1.10"
19
-ModelingToolkit = "9.50"
+ModelingToolkit = "9.50 - 9.76"
20
Plots = "1"
docs/src/manual/mtk.md
@@ -23,7 +23,8 @@ the last section.
23
will work for all corner cases.
24
25
!!! compat
26
- The example relies on features and bugfixes of `ModelingToolkit.jl` v9.50.
+ The example works on `ModelingToolkit.jl` v9.50 to 9.76 (corresponding to the following
27
+ `[compat]` entry: `ModelingToolkit = "9.50 - 9.76"`).
28
29
We first construct and instantiate the pendulum model:
30
0 commit comments