diff --git a/Project.toml b/Project.toml index 1e2aa10..2fd5319 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" [compat] CommonSolve = "0.2.4" ConcreteStructs = "0.2.3" -DiffEqBase = "6.210.1" +DiffEqBase = "6.210.1, 7.5" LinearAlgebra = "1" PrecompileTools = "1.2.1" SciMLBase = "2.153, 3.18" diff --git a/test/Project.toml b/test/Project.toml index 7a1c403..20e18db 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -21,7 +21,7 @@ DifferenceEquations = {path = ".."} [compat] DataFrames = "1.8.2" DelimitedFiles = "1.9.1" -DiffEqBase = "6.210.1" +DiffEqBase = "6.210.1, 7.5" DifferenceEquations = "1.0.0" Distributions = "0.25.126" Enzyme = "0.13"