diff --git a/Project.toml b/Project.toml index 6c11a0e..c2be25a 100644 --- a/Project.toml +++ b/Project.toml @@ -7,7 +7,7 @@ version = "1.0.0" ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78" [compat] -ModelingToolkit = "9, 11.26" +ModelingToolkit = "9" [extras] ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7" diff --git a/docs/Project.toml b/docs/Project.toml index eb9c0ec..941dc08 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, 8.10" -DifferentialEquations = "7, 8.0" +DataInterpolations = "5, 6" +DifferentialEquations = "7" Documenter = "1" -ForwardDiff = "0.10, 1.4" -ModelingToolkit = "9, 11.26" +ForwardDiff = "0.10" +ModelingToolkit = "9" ModelingToolkitStandardLibrary = "2" -OrdinaryDiffEq = "=6.74.1, 7.0" +OrdinaryDiffEq = "=6.74.1" Plots = "1" Setfield = "1" -Sundials = "4, 6.2" -Symbolics = "5, 6, 7.26" +Sundials = "4" +Symbolics = "5, 6"