From 09d8f2cdab5b546343be349347603d4937197048 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Oct 2025 03:03:57 +0000 Subject: [PATCH] CompatHelper: bump compat for NonlinearSolveBase to 2 for package NonlinearSolveSciPy, (keep existing compat) --- lib/NonlinearSolveSciPy/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/NonlinearSolveSciPy/Project.toml b/lib/NonlinearSolveSciPy/Project.toml index dc408cfd6..97bda4251 100644 --- a/lib/NonlinearSolveSciPy/Project.toml +++ b/lib/NonlinearSolveSciPy/Project.toml @@ -18,7 +18,7 @@ path = "../NonlinearSolveBase" ConcreteStructs = "0.2.3" Hwloc = "3" InteractiveUtils = "<0.0.1, 1" -NonlinearSolveBase = "1.15" +NonlinearSolveBase = "1.15, 2" PrecompileTools = "1.2" PythonCall = "0.9" ReTestItems = "1.24" @@ -34,4 +34,4 @@ ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Hwloc", "InteractiveUtils", "ReTestItems", "Test"] \ No newline at end of file +test = ["Hwloc", "InteractiveUtils", "ReTestItems", "Test"]