From 44c7c96767c355ddc1fe090f2982df0972aa540d Mon Sep 17 00:00:00 2001 From: nHackel Date: Tue, 2 Jul 2024 17:22:45 +0200 Subject: [PATCH] Fix merge error in Project.toml --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4a7a839d..20a0ef08 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,6 @@ VectorizationBase = "0.19, 0.21" JLArrays = "0.1.2" LinearOperatorCollection = "2.0" LinearOperators = "2.3.3" -VectorizationBase = "0.19, 0.21" [targets] test = ["Test", "Random", "FFTW", "JLArrays"]