From cb501315a025330fed9e70a85c30de09838ae8df Mon Sep 17 00:00:00 2001 From: Chris Rackauckas Date: Fri, 22 Sep 2023 12:02:12 -0400 Subject: [PATCH] Backport SciMLBase bump to improve deadlock --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ed0b27f95..1c28ccebc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NonlinearSolve" uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" authors = ["SciML"] -version = "1.10.0" +version = "1.10.1" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -31,7 +31,7 @@ LinearSolve = "2" PrecompileTools = "1" RecursiveArrayTools = "2" Reexport = "0.2, 1" -SciMLBase = "1.92.4" +SciMLBase = "1.92.4, 2" SimpleNonlinearSolve = "0.1" SparseDiffTools = "1, 2" StaticArraysCore = "1.4"