From 92aaabc8a10baeb593d38178b0d14c96d4db4011 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 May 2025 01:47:14 +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 b6407132..c45800a9 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ Pkg = "1" QuantumToolbox = "0.31" Reexport = "1" SciMLBase = "2" -SciMLOperators = "0.3" +SciMLOperators = "0.3, 1" SparseArrays = "1" StaticArraysCore = "1" Test = "1"