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.
1 parent d17d833 commit b2ef2f9Copy full SHA for b2ef2f9
README.md
@@ -42,15 +42,6 @@ Pkg.activate("catalyst_environment")
42
Pkg.add("Catalyst")
43
```
44
45
-Because as of V15 Catalyst caps the version of certain dependencies, this can lead to older,
46
-uncapped versions of Catalyst being installed if one already has an unsupported dependency
47
-installed (i.e. when installing into an existing environment). For this reason, after
48
-installation it is recommended to confirm that the latest version of Catalyst was added
49
-by checking
50
-```julia
51
-Pkg.status("Catalyst")
52
-```
53
-
54
## Breaking changes and new features
55
56
**NOTE:** Version 15 is a breaking release, though most breaking changes are
0 commit comments