From e9c7649194a324713f547b8731a8b70780e347d4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 22 Sep 2023 02:54:30 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4d474db44..044751c0c 100644 --- a/Project.toml +++ b/Project.toml @@ -33,12 +33,12 @@ EnumX = "1" Enzyme = "0.11" FiniteDiff = "2" ForwardDiff = "0.10.3" -LinearSolve = "2" LineSearches = "7" +LinearSolve = "2" PrecompileTools = "1" RecursiveArrayTools = "2" Reexport = "0.2, 1" -SciMLBase = "1.97" +SciMLBase = "1.97, 2" SimpleNonlinearSolve = "0.1" SparseDiffTools = "2.6" StaticArraysCore = "1.4"