Skip to content

Commit f346ac7

Browse files
authored
Update README.md
1 parent 56b17a4 commit f346ac7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for sensitivity analysis, parameter estimation, machine learning applications,
3131
etc).
3232

3333
## Installation
34-
Catalyst can be installed as follows. Please note, we suggest only installing ModelingToolkit versions 9.59 and earlier for use with Catalyst at this time as changes in ModelingToolkit as of version 9.60 can break various Catalyst functionality.
34+
Catalyst can be installed as follows.
3535
```julia
3636
using Pkg
3737

@@ -45,6 +45,15 @@ Pkg.add(; name = "ModelingToolkit", version ="9.59")
4545
Pkg.add("Catalyst")
4646
```
4747

48+
Because as of V15 Catalyst caps the version of certain dependencies, this can lead to older,
49+
uncapped versions of Catalyst being installed if one already has an unsupported dependency
50+
installed (i.e. when installing into an existing environment). For this reason, after
51+
installation it is recommended to confirm that the latest version of Catalyst was added
52+
by checking
53+
```julia
54+
Pkg.status("Catalyst")
55+
```
56+
4857
## Breaking changes and new features
4958

5059
**NOTE:** Version 15 is a breaking release, though most breaking changes are

0 commit comments

Comments
 (0)