From 8a4f826ba69c696c24eb95af332137195789ab48 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Wed, 10 Mar 2021 01:00:46 -0500 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f4c04504..b0eb6b60 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["math", "floating-point", "doubledouble", "extended-precision", "acc license = "MIT" desc = "extended precision floating point types using value pairs" repo = "https://github.com/JuliaMath/DoubleFloats.jl.git" -version = "1.1.17" +version = "1.1.18" [deps] GenericSVD = "01680d73-4ee2-5a08-a1aa-533608c188bb" @@ -20,7 +20,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] GenericSVD = "0.3, 0.4, 0.5" GenericSchur = "0.3, 0.4, 0.5" -Polynomials = "0.8, 1" +Polynomials = "1, 2" Quadmath = "0.4, 0.5, 0.6" Requires = "1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 1.1"