From b584d61610c62789606db39a17ad57285dc6dfa8 Mon Sep 17 00:00:00 2001 From: Jeffrey Sarnoff Date: Tue, 19 Mar 2024 17:40:37 -0400 Subject: [PATCH] remove LoopVectorization --- Project.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Project.toml b/Project.toml index e66a9d15..5e30a6b8 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,6 @@ KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" -LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" AccurateArithmetic = "22286c92-06ac-501d-9306-4abd417d9753" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" @@ -28,7 +27,6 @@ FastBroadcast = "0.2, 0.3, 0.4" KahanSummation = "0.3, 0.4" Statistics = "1.7" StatsBase = "0.33, 0.34, 0.35, 0.36" -LoopVectorization = "0.12, 0.13, 0.14" AccurateArithmetic = "0.3.8, 0.3.9, 0.3.10" Tables = "1.10" julia = "1.8"