diff --git a/Project.toml b/Project.toml index 7582ff9f8c..76488919e0 100644 --- a/Project.toml +++ b/Project.toml @@ -63,7 +63,7 @@ AbstractTrees = "0.3, 0.4" ArrayInterface = "6, 7" Combinatorics = "1" Compat = "3.42, 4" -ConstructionBase = "1" +ConstructionBase = "1 - 1.5.6" DataStructures = "0.17, 0.18" DiffEqBase = "6.103.0" DiffEqCallbacks = "2.16" @@ -98,7 +98,7 @@ SimpleNonlinearSolve = "0.1.0, 1" SparseArrays = "1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" -SymbolicIndexingInterface = "0.3.1" +SymbolicIndexingInterface = "0.3.1 - 0.3.21" SymbolicUtils = "1.0 - 1.5.1" Symbolics = "5.7" URIs = "1" diff --git a/README.md b/README.md index 618031e61e..f37343efc9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ the documentation which contains the unreleased features. ## Standard Library For a standard library of ModelingToolkit components and blocks, check out the -[ModelingToolkitStandardLibrary](https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/) +[ModelingToolkitStandardLibrary](https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/). ## High-Level Examples