diff --git a/Project.toml b/Project.toml index c2be25a..6c11a0e 100644 --- a/Project.toml +++ b/Project.toml @@ -7,7 +7,7 @@ version = "1.0.0" ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" [compat] -ModelingToolkit = "9" +ModelingToolkit = "9, 11.26" [extras] ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7" diff --git a/docs/Project.toml b/docs/Project.toml index 941dc08..eb9c0ec 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,14 +13,14 @@ Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] -DataInterpolations = "5, 6" -DifferentialEquations = "7" +DataInterpolations = "5, 6, 8.10" +DifferentialEquations = "7, 8.0" Documenter = "1" -ForwardDiff = "0.10" -ModelingToolkit = "9" +ForwardDiff = "0.10, 1.4" +ModelingToolkit = "9, 11.26" ModelingToolkitStandardLibrary = "2" -OrdinaryDiffEq = "=6.74.1" +OrdinaryDiffEq = "=6.74.1, 7.0" Plots = "1" Setfield = "1" -Sundials = "4" -Symbolics = "5, 6" +Sundials = "4, 6.2" +Symbolics = "5, 6, 7.26"