From b4686dea82099c98687f584f26800efc5e128f82 Mon Sep 17 00:00:00 2001 From: Jakob Asslaender Date: Tue, 13 Aug 2024 13:43:47 -0400 Subject: [PATCH] incl. LinearOperatorCollection v2 --- MRIOperators/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MRIOperators/Project.toml b/MRIOperators/Project.toml index 9fc8f981..a85b5f95 100644 --- a/MRIOperators/Project.toml +++ b/MRIOperators/Project.toml @@ -25,7 +25,7 @@ julia = "1.6" MRIBase = "0.4" Reexport = "1" LinearOperators = "2.3.3" -LinearOperatorCollection = "1.1" +LinearOperatorCollection = "1.1, 2.0" NFFT = "0.13" FLoops = "0.2" LowRankApprox = "0.5"