From e46cfa83ba912939b67192884bd5a5a234b7bbb8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 17 May 2025 05:12:05 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLOperators to 1 for package SciMLJacobianOperators, (keep existing compat) --- lib/SciMLJacobianOperators/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SciMLJacobianOperators/Project.toml b/lib/SciMLJacobianOperators/Project.toml index 6c09134e9..7ac00b1e2 100644 --- a/lib/SciMLJacobianOperators/Project.toml +++ b/lib/SciMLJacobianOperators/Project.toml @@ -30,7 +30,7 @@ InteractiveUtils = "<0.0.1, 1" LinearAlgebra = "1.10" ReverseDiff = "1.15" SciMLBase = "2.69" -SciMLOperators = "0.3.13, 0.4" +SciMLOperators = "0.3.13, 0.4, 1" Test = "1.10" TestItemRunner = "1" Tracker = "0.2.35"