From 22d3057a2dfaac66934c7ca6654acda8af3804e8 Mon Sep 17 00:00:00 2001 From: zymon Date: Mon, 28 Aug 2023 20:08:24 +0200 Subject: [PATCH] Project.toml update v3 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d7797d4..9b684d2 100644 --- a/Project.toml +++ b/Project.toml @@ -8,6 +8,6 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" [compat] -FFTW = "1.4" -LoopVectorization = "0.12.86" +FFTW = "1.7" +LoopVectorization = "0.12.101" julia = "1.6"