From 8ceb1ed2b4c050ecd24f114ce952a5347f17e9a4 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Tue, 15 Apr 2025 13:56:54 -0400 Subject: [PATCH 1/2] fix: upperbound MINPACK --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d75dc3cb2..e9592af11 100644 --- a/Project.toml +++ b/Project.toml @@ -91,7 +91,7 @@ LineSearch = "0.1.4" LineSearches = "7.3" LinearAlgebra = "1.10" LinearSolve = "2.36.1, 3" -MINPACK = "1.2" +MINPACK = "1.2 - 1.3" MPI = "0.20.22" NLSolvers = "0.5" NLsolve = "4.5" From 33f5c67142c45e56d7354288ee2659f1a406515e Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Tue, 15 Apr 2025 14:14:23 -0400 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e9592af11..101013434 100644 --- a/Project.toml +++ b/Project.toml @@ -91,7 +91,7 @@ LineSearch = "0.1.4" LineSearches = "7.3" LinearAlgebra = "1.10" LinearSolve = "2.36.1, 3" -MINPACK = "1.2 - 1.3" +MINPACK = "= 1.2" MPI = "0.20.22" NLSolvers = "0.5" NLsolve = "4.5"