From 6f25d4a4c9b0d23fd8c4f6a6b4aae9d646f763dc Mon Sep 17 00:00:00 2001 From: Dimitri Alston Date: Fri, 14 Jul 2023 17:38:35 -0400 Subject: [PATCH] Update Project.toml Updated McCormick to v0.13.5. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f1336f3..ca9fffa 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "McCormick" uuid = "53c679d3-6890-5091-8386-c291e8c8aaa1" authors = ["Matthew Wilhelm "] -version = "0.13.4" +version = "0.13.5" [deps] DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b" @@ -24,7 +24,7 @@ ForwardDiff = "~0.10" IntervalArithmetic = "~0.20" IntervalRootFinding = "~0.5" NaNMath = "0.3.5, 1.0" -NNlib = "~0.7" +NNlib = "~0.8" Reexport = "~0.2, ~1" StaticArrays = "~1.2" SpecialFunctions = "~1, ~2"