From 608ae251da1c2137428b81a3168d474f7fe24904 Mon Sep 17 00:00:00 2001 From: "C. Brenhin Keller" Date: Sun, 28 Jan 2024 18:22:47 -0500 Subject: [PATCH] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 005351e..a80f636 100644 --- a/Project.toml +++ b/Project.toml @@ -15,5 +15,5 @@ IfElse = "0.1" LoopVectorization = "0.12.113" PrecompileTools = "1" Static = "0.8" -VectorizationBase = "0.21.0 - 0.21.64, 0.21" +VectorizationBase = "0.21" julia = "1.8"