From a4ca5bce57a3188e093313c638c4dcfc6527f11e Mon Sep 17 00:00:00 2001 From: Alberto Mercurio Date: Mon, 25 Mar 2024 15:40:08 +0100 Subject: [PATCH] Fixed DiffEqCallbacks version bounds --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ea266ef7..f8d37f49 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] -DiffEqCallbacks = "2.24, 3" +DiffEqCallbacks = "2.24, <3.2.0" FFTW = "1.5" Graphs = "1.7.4" IncompleteLU = "0.2"