From 5a9803bd24ef55d9f64f4b9afd85249856469488 Mon Sep 17 00:00:00 2001 From: Venkateshprasad <32921645+ven-k@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:24:11 +0530 Subject: [PATCH] chore: add NonLinearSolve@2 along with 1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ff2db36d..eaa2e1e7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LowLevelParticleFilters" uuid = "d9d29d28-c116-5dba-9239-57a5fe23875b" authors = ["baggepinnen "] -version = "3.6.0" +version = "3.6.1" [deps] ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e" @@ -41,7 +41,7 @@ Distributions = "0.21.10, 0.22, 0.23, 0.24, 0.25" ForwardDiff = "0.10" Lazy = "<0.15, 0.15" LoopVectorization = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12" -NonlinearSolve = "1" +NonlinearSolve = "1, 2" PDMats = "0.10, 0.11" Parameters = "<0.13" Plots = "0.27, 0.28, 0.29, 1.0"