From 960ed93d4606bd391bfcddbde2c953c2abf8d853 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 7 Nov 2023 14:02:43 +0100 Subject: [PATCH] Require SciMLBase with v2.7 for NonlinearLeastSquares --- lib/SimpleNonlinearSolve/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleNonlinearSolve/Project.toml b/lib/SimpleNonlinearSolve/Project.toml index 86ae7359e..aa45b60af 100644 --- a/lib/SimpleNonlinearSolve/Project.toml +++ b/lib/SimpleNonlinearSolve/Project.toml @@ -29,7 +29,7 @@ LinearAlgebra = "1.9" NNlib = "0.8, 0.9" PrecompileTools = "1" Reexport = "1" -SciMLBase = "2" +SciMLBase = "2.7" StaticArraysCore = "1.4" julia = "1.9"