From 3e3e5500d7a1181a600abfb435188833439b7427 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 20 Aug 2023 00:39:33 +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 e704bda..2377a5d 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ DiffResults = "0.0.4, 1" ElasticArrays = "0.3, 0.4, 1" ForwardDiff = "0.9, 0.10" GaussianProcesses = "0.9, 0.10, 0.11, 0.12" -NLopt = "0.4, 0.5, 0.6" +NLopt = "0.4, 0.5, 0.6, 1" Sobol = "1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.2, 2" TimerOutputs = "0.5"