From ee129020069db9961e21725e6eb3f72f5a5072e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 23:11:23 +0000 Subject: [PATCH] CompatHelper: bump compat for "DifferentialEquations" to "7.12" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 28c2e12e3..0cf17c42a 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.12" 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"