From 6453afdc27c6887b0677aade1c1582a07d012986 Mon Sep 17 00:00:00 2001 From: Dimitri Alston <123396563+DimitriAlston@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:28:15 -0400 Subject: [PATCH] v0.13.7 (#67) * Delete .codecov.yml * Update package version * Bump NNlib compatibility --- .codecov.yml | 1 - Project.toml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index 69cb760..0000000 --- a/.codecov.yml +++ /dev/null @@ -1 +0,0 @@ -comment: false diff --git a/Project.toml b/Project.toml index a84ae83..0c3f6f8 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.6" +version = "0.13.7" [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.8" +NNlib = "~0.8, ~0.9" Reexport = "~0.2, ~1" StaticArrays = "~1" SpecialFunctions = "~1, ~2"