From dcfd5946b39e23139765d2d962fa24b24a488638 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 May 2025 01:45:04 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLOperators to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 63533afb2..ad023fe0f 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ Pkg = "<0.0.1, 1" Random = "<0.0.1, 1" Reexport = "1" SciMLBase = "2" -SciMLOperators = "0.3" +SciMLOperators = "0.3, 1" SparseArrays = "<0.0.1, 1" SpecialFunctions = "2" StaticArraysCore = "1"