From c6cc8cdab57da1a0fcdc42f3b97ee48acf6a6519 Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Sat, 6 Sep 2025 21:14:13 -0400 Subject: [PATCH] Bump compat bounds for nested problem libraries --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 13cffd7..29ec0b1 100644 --- a/Project.toml +++ b/Project.toml @@ -16,8 +16,8 @@ SDEProblemLibrary = "c72e72a9-a271-4b2b-8966-303ed956772e" BVProblemLibrary = "0.1" DAEProblemLibrary = "0.1" DDEProblemLibrary = "0.1" -JumpProblemLibrary = "0.1" +JumpProblemLibrary = "1" NonlinearProblemLibrary = "0.1" -ODEProblemLibrary = "0.1" -SDEProblemLibrary = "0.1" +ODEProblemLibrary = "1" +SDEProblemLibrary = "1" julia = "1.10"