From 25e97e4747a840be22b382d0711457ea134c281c Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Wed, 4 Oct 2023 15:08:18 -0400 Subject: [PATCH] Lower-Bound DiffEqBase --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e80a577f9..99bdc47b1 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ ArrayInterface = "7" BandedMatrices = "0.17" Cassette = "0.3.6" ChainRulesCore = "0.10.7, 1" -DiffEqBase = "6.93 - 6.130.3" +DiffEqBase = "6.130.5" DiffEqCallbacks = "2.29" DiffEqNoiseProcess = "4.1.4, 5.0" DiffRules = "1"