From f025f57bba28e40fd0eb9b04b3e55c755bd6aef1 Mon Sep 17 00:00:00 2001 From: Matthew Wilhelm Date: Thu, 27 Aug 2020 18:16:05 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index cb1144b3..1ce78af9 100644 --- a/Project.toml +++ b/Project.toml @@ -36,10 +36,10 @@ IntervalContractors = "0.4.2" Ipopt = "0.6.0, 0.6.1" JuMP = "0.21.2" MathOptInterface = "0.9.13" -McCormick = "0.7.0" +McCormick = "~0.7" NaNMath = "0.3" NumericIO = "= 0.3.1" -ReverseMcCormick = "0.7.0" +ReverseMcCormick = "~0.7" Reexport = "~0.2" julia = "~1.2, ~1.3, ~1.4, ~1.5"