From 253fc099a6f65cc945558e82fa9ef66aa5984e77 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 9 Jun 2026 01:35:09 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLBase to 3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 767038e..f10f080 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DFMethods" uuid = "5fd0b45f-fdf3-4567-a8b1-5e033765ff5d" -authors = ["Mohammed Alshahrani "] version = "0.3.2" +authors = ["Mohammed Alshahrani "] [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" @@ -13,7 +13,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] CommonSolve = "0.2" LineSearch = "0.1" -SciMLBase = "2.53" +SciMLBase = "2.53, 3" julia = "1.10" [extras]