From fe78035c77b85a67c6c2a7fd441e66b38efb07d4 Mon Sep 17 00:00:00 2001
From: Markus Hauru <mhauru@turing.ac.uk>
Date: Tue, 18 Jun 2024 10:19:32 +0100
Subject: [PATCH] Bump SciMLBase compat lower bound

---
 Project.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Project.toml b/Project.toml
index a870ae9ff..3ee30eb95 100644
--- a/Project.toml
+++ b/Project.toml
@@ -81,7 +81,7 @@ Random = "1"
 Optim = "1"
 Reexport = "0.2, 1"
 Requires = "0.5, 1.0"
-SciMLBase = "1.37.1, 2"
+SciMLBase = "1.92.1, 2"
 SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1, 2"
 Statistics = "1.6"
 StatsAPI = "1.6"