From fb0f28d7739aa58622f7f1727434ffba4c084bca Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Fri, 8 Dec 2023 21:06:23 -0500 Subject: [PATCH] Up compats --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9922cce0..1df31446 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "BoundaryValueDiffEq" uuid = "764a87c0-6b3e-53db-9096-fe964310641d" -version = "5.4.0" +version = "5.4.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -47,7 +47,7 @@ FastAlmostBandedMatrices = "0.1" ForwardDiff = "0.10" LinearAlgebra = "1.9" LinearSolve = "2.20" -NonlinearSolve = "2.6.1" +NonlinearSolve = "2.6.1, 3" ODEInterface = "0.5" OrdinaryDiffEq = "6" PreallocationTools = "0.4"