From 926165a3edfc143c1583a5ec2844ba08f21d5bce Mon Sep 17 00:00:00 2001 From: Laura Beghini Date: Wed, 25 Sep 2024 19:15:06 +0200 Subject: [PATCH] Restrict to julia 1.9 because of LinearOperatorCollection.jl version requirement --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2f2af4f..abd3e22 100644 --- a/Project.toml +++ b/Project.toml @@ -40,14 +40,14 @@ LazyArtifacts = "1" MAT = "0.10" MRICoilSensitivities = "0.1" MRIFiles = "0.1, 0.3" -MRIReco = "0.7, 0.9" +MRIReco = "0.8, 0.9" NIfTI = "0.5.9, 0.6" PolygonOps = "0.1" PyPlot = "2" Scratch = "1" Setfield = "1" Statistics = "1" -julia = "1.6" +julia = "1.9" [extras] LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"