From debe8b8d55e5a6a9ebc5afe19cad2ecb68f0aee1 Mon Sep 17 00:00:00 2001 From: Chris Elrod Date: Mon, 16 Mar 2020 12:18:44 -0400 Subject: [PATCH] Increase SIMDPirates lower bound to 0.2 or above, as this is when it started enforcing upper bounds on VectorizationBase, thus guaranteeing compatibility between the two packages. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d7480c7..f4410f2 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" BenchmarkTools = "0" JSON = "0" Plots = "0" -SIMDPirates = "0.1, 0.2, 0.3, 0.5, 0.6.3, 0.7" +SIMDPirates = "0.2, 0.3, 0.5, 0.6.3, 0.7" VectorizationBase = "0" julia = "1"