diff --git a/Project.toml b/Project.toml index 48a6a6087..c632a1994 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ Adapt = "3, 4" CSV = "0.10" DataFrames = "1.6" DelimitedFiles = "1" -DiffEqCallbacks = "2.25, 3" +DiffEqCallbacks = "2, 3, 4" FastPow = "0.1" FileIO = "1" ForwardDiff = "0.10" @@ -47,7 +47,7 @@ PointNeighbors = "0.4.2" Polyester = "0.7.10" RecipesBase = "1" Reexport = "1" -SciMLBase = "1, 2" +SciMLBase = "2" StaticArrays = "1" StrideArrays = "0.1" TimerOutputs = "0.5.25" diff --git a/src/visualization/recipes_plots.jl b/src/visualization/recipes_plots.jl index f434bc4f3..53b588e34 100644 --- a/src/visualization/recipes_plots.jl +++ b/src/visualization/recipes_plots.jl @@ -1,6 +1,6 @@ # Solution type when running a simulation with TrixiParticles.jl and OrdinaryDiffEq.jl const TrixiParticlesODESolution = ODESolution{<:Any, <:Any, <:Any, <:Any, <:Any, <:Any, - <:Any, + <:Any, <:Any, <:ODEProblem{<:Any, <:Any, <:Any, <:Semidiscretization}}