From 824ebf9e3500f457ae51a51de1f33b874500e8b8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 9 May 2025 01:39:04 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLOperators to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 63533afb2..a9148d4e3 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, 0.4" SparseArrays = "<0.0.1, 1" SpecialFunctions = "2" StaticArraysCore = "1"