From 771b028fc4caca7ec2701103577e0c0c946aada5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 9 Apr 2026 00:31:29 +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 d60fa60..e679913 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OmniPackage" uuid = "992a9bcd-042f-40bc-a011-a3ea62fdd9b8" -authors = ["Chris Elrod and contributors"] version = "0.1.4" +authors = ["Chris Elrod and contributors"] [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -176,7 +176,7 @@ Reexport = "1.0" RelocatableFolders = "1" Revise = "3" Roots = "< 1.4.1" -SciMLBase = "= 1.91.7" +SciMLBase = "= 1.91.7, 3" Setfield = "1" SimpleChains = "0.4" SpecialFunctions = "2"