From 8c37de3b3e2e88f6c4bda958abeea57158138219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20F=C3=A9votte?= Date: Mon, 24 Feb 2020 19:03:20 +0100 Subject: [PATCH] Update compat bounds AccurateArithmetic.jl is compatible with SIMDPirates.jl v0.5 (but not 0.4.x) Fixes: gh-11 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5dd1ed5..322e6a0 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ test = ["BenchmarkTools", "Plots", "Printf", "Statistics", "Test"] [compat] JSON = "0" -SIMDPirates = "0.1,0.2,0.3" +SIMDPirates = "0.1,0.2,0.3,0.5" VectorizationBase = "0" BenchmarkTools = "0" Plots = "0"