From 6f41b3583344a9643fce5f4aabf76b727b1489d3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 May 2025 00:53:47 +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 eec1dd6dd..f3313f547 100644 --- a/Project.toml +++ b/Project.toml @@ -83,7 +83,7 @@ RecipesBase = "1.3.4" RecursiveArrayTools = "3.27.2" Reexport = "1" RuntimeGeneratedFunctions = "0.5.12" -SciMLOperators = "0.3.13" +SciMLOperators = "0.3.13, 1" SciMLStructures = "1.1" StableRNGs = "1.0" StaticArrays = "1.7"