From 40c21eae04fa6eab993967e0d80fa7682ff7588c Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Mon, 2 Oct 2023 10:26:14 -0700 Subject: [PATCH] Bound NonlinearSolve.jl test compat Caused blow up in compilation time https://github.com/SciML/NonlinearSolve.jl/issues/223 --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 2e21b3681b..ef9c4fce15 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -36,3 +36,4 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] HDF5_jll = "~1.12" +NonlinearSolve = "1"