From d010aa6a507ead50699a99f1de3d805868adbbcb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:08:43 +0000 Subject: [PATCH] CompatHelper: bump compat for "DifferentialEquations" to "7.13" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 28c2e12e..e5bdeeb3 100644 --- a/Project.toml +++ b/Project.toml @@ -59,7 +59,7 @@ ClusterManagers = "0.3.2, 0.4.0" ColorTypes = "0.7, 0.8, 0.9, 0.10" DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22" DataStructures = "0.16, 0.17, 0.18" -DifferentialEquations = "5, 6" +DifferentialEquations = "5, 6, 7.13" Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" FFTW = "0.2, 0.3, 1.0, 1.1" FileIO = "^1.0.7"