From 52d257cdce2966c44a93c77e048655de5e62413f Mon Sep 17 00:00:00 2001 From: Alberto Mercurio Date: Thu, 6 Jul 2023 11:07:48 +0200 Subject: [PATCH] updated packages compat --- Project.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Project.toml b/Project.toml index 412c2e60..c6ce1c95 100644 --- a/Project.toml +++ b/Project.toml @@ -18,6 +18,14 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] julia = "1.6" +DiffEqCallbacks = "2.24" +ExponentialUtilities = "1.22" +FFTW = "1.5" +Graphs = "1.7.4" +OrdinaryDiffEq = "6.30" +ProgressMeter = "1.7" +SpecialFunctions = "2.2" + [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"