From 7ff21d5a6f45a63321dd2ef189a3fa3b37ea00ff Mon Sep 17 00:00:00 2001 From: Jakob Asslaender Date: Thu, 26 Oct 2023 19:31:57 -0400 Subject: [PATCH] add LinearAlgebra compat --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index eaed0c4..0e735f0 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,8 @@ julia = "1.7" MRICoilSensitivities = "0.1.1" Polyester = "0.6, 0.7" RegularizedLeastSquares = "0.8, 0.9, 0.10" +LinearAlgebra = "1.7" NFFT = "0.12.1, 0.13" LinearOperators = "2" NFFTTools = "0.2" -FFTW = "1.5" +FFTW = "1.5" \ No newline at end of file