From b40b4698ba41fcf331a8b6d45abe102918d5acbf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 20 Aug 2023 00:28:55 +0000 Subject: [PATCH] CompatHelper: bump compat for NLopt to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 12b5dd6..8f2cca4 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ DataStructures = "0.18" DiffEqBase = "6.82" Distributions = "0.25" LabelledArrays = "1.6.1" -NLopt = "0.6" +NLopt = "0.6, 1" NaNMath = "1" NodeJS = "1" OrdinaryDiffEq = "6"