From b36e06ababa7d49ec1dd4bfaf4c334e3f7b7245e Mon Sep 17 00:00:00 2001 From: Dominique Date: Tue, 20 Feb 2024 13:18:26 -0500 Subject: [PATCH] update compat (#41) Co-authored-by: geoffroyleconte <47035783+geoffroyleconte@users.noreply.github.com> --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 71062f7..7d338db 100644 --- a/Project.toml +++ b/Project.toml @@ -12,9 +12,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Requires = "ae029012-a4dd-5104-9daa-d747884805df" [compat] -ADNLPModels = "^0.3, 0.4" +ADNLPModels = "^0.3, 0.4, 0.7" Distributions = "0.25" -NLPModels = "0.16, 0.17, 0.18, 0.19" +NLPModels = "0.16, 0.17, 0.18, 0.19, 0.20" Noise = "0.2" Requires = "1" julia = "^1.3.0"