From 05d134765ea6c1dc00440e93d2a6a92484d540f2 Mon Sep 17 00:00:00 2001 From: Abel Soares Siqueira Date: Fri, 23 Aug 2019 12:54:12 -0300 Subject: [PATCH] Limit NLPModels --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b383488..d781e44 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" [compat] DataFrames = "≥ 0.17.1" LinearOperators = "≥ 0.4.0" -NLPModels = "≥ 0.7.0" +NLPModels = "0.7.0, 0.9.0" julia = "^1.0.0" [extras]