From c79c06a53c91a7a78fc9a411e8743db0ef7232d8 Mon Sep 17 00:00:00 2001 From: Laura Beghini Date: Thu, 26 Sep 2024 12:15:57 +0200 Subject: [PATCH] restrict to MRIReeco 0.9 becuase of regularization sintax --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index abd3e22..f2df3e5 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ LazyArtifacts = "1" MAT = "0.10" MRICoilSensitivities = "0.1" MRIFiles = "0.1, 0.3" -MRIReco = "0.8, 0.9" +MRIReco = "0.9" NIfTI = "0.5.9, 0.6" PolygonOps = "0.1" PyPlot = "2"