From 7f6bd55e4e37172543e25a7ade3719e8664f76d3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 May 2025 00:53:39 +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 c14333e7..7afce103 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ Polyester = "0.7.9" PolyesterForwardDiff = "0.1.1" Random = "1.6" Reexport = "1" -SciMLOperators = "0.3.7, 0.4" +SciMLOperators = "0.3.7, 0.4, 1" Setfield = "1" SparseArrays = "<0.0.1, 1" StaticArrayInterface = "1.3"