From 31ebedc988b1e91369c9712e219b497c6d2b5b14 Mon Sep 17 00:00:00 2001 From: Eric Hanson <5846501+ericphanson@users.noreply.github.com> Date: Tue, 10 Dec 2019 21:22:25 +0000 Subject: [PATCH] Add compat with IntervalArithmetic 0.16 (#139) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 72682b65..4d40c49a 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] ForwardDiff = "^0.10.0" -IntervalArithmetic = "^0.15.0" +IntervalArithmetic = "0.15, 0.16" Polynomials = "0.5.0" StaticArrays = "^0.11.0" julia = "1"