diff --git a/Project.toml b/Project.toml index 49a44c7..7b7ab66 100644 --- a/Project.toml +++ b/Project.toml @@ -10,9 +10,9 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -CommonSolve = "0.2" +CommonSolve = "0.2.6" PrecompileTools = "1" -SciMLBase = "2.146, 3.1" +SciMLBase = "3.18" SparseArrays = "1" Test = "1" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 46a391c..b508806 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,15 +19,15 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] CairoMakie = "0.15.12" DomainSets = "0.8.1" -LinearSolve = "4.2.0" +LinearSolve = "3.87, 4.2.0" MethodOfLines = "0.11.13" ModelingToolkit = "11.31.0" -NonlinearSolve = "4.20.2" -OrdinaryDiffEq = "7.1.1" -OrdinaryDiffEqSDIRK = "2.7.1" +NonlinearSolve = "4.17.1, 4.20.2" +OrdinaryDiffEq = "6.56, 7.1.1" +OrdinaryDiffEqSDIRK = "1.14, 2.7.1" ReferenceTests = "0.10.6" SafeTestsets = "0.0.1, 0.1" -SciMLBase = "3.31.0" -SciMLTesting = "1" +SciMLBase = "3.18" +SciMLTesting = "2.2" SpecialFunctions = "2.8.0" Test = "1" diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 905689c..f27339f 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -6,13 +6,10 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -FiniteVolumeMethod1D = {path = "../.."} - [compat] Aqua = "0.8" JET = "0.9,0.10,0.11" SafeTestsets = "0.0.1, 0.1" -SciMLTesting = "1.7" +SciMLTesting = "2.2" Test = "1" julia = "1.10"