From d73a05a95402966bee58095e367992c677aa7704 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 4 Dec 2023 23:04:12 +0000 Subject: [PATCH] CompatHelper: bump compat for SimpleNonlinearSolve to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 60764651b..f72d49c46 100644 --- a/Project.toml +++ b/Project.toml @@ -42,8 +42,8 @@ NonlinearSolveZygoteExt = "Zygote" [compat] ADTypes = "0.2" -ArrayInterface = "6.0.24, 7" Aqua = "0.8" +ArrayInterface = "6.0.24, 7" BandedMatrices = "1" BenchmarkTools = "1" ConcreteStructs = "0.2" @@ -70,7 +70,7 @@ Reexport = "0.2, 1" SafeTestsets = "0.1" SciMLBase = "2.9" SciMLOperators = "0.3" -SimpleNonlinearSolve = "0.1.23" +SimpleNonlinearSolve = "0.1.23, 1" SparseArrays = "<0.0.1, 1" SparseDiffTools = "2.12" StaticArrays = "1"