Skip to content

Commit

Permalink
fix compat + rm SplitApplyCombine.jl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobAsslaender committed Jun 25, 2024
1 parent 60fb5f2 commit bb8a9e1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 16 deletions.
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ authors = ["Jakob Asslaender <jakob.asslaender@nyumc.org>"]
version = "0.8.1-DEV"

[deps]
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
MRICoilSensitivities = "c57eb701-aafc-44a2-a53c-128049758959"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
MRICoilSensitivities = "c57eb701-aafc-44a2-a53c-128049758959"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
NFFTTools = "7424e34d-94f7-41d6-98a0-85abaf1b6c91"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"

[compat]
julia = "1.7"
MRICoilSensitivities = "0.1.1"
Polyester = "0.6, 0.7"
ExponentialUtilities = "1"
FFTW = "1.5"
LinearAlgebra = "1.7"
NFFT = "0.12.1, 0.13"
LinearOperators = "2"
MRICoilSensitivities = "0.1.1"
NFFT = "0.12.1, 0.13"
NFFTTools = "0.2"
FFTW = "1.5"
Polyester = "0.6, 0.7"
julia = "1.7"
1 change: 0 additions & 1 deletion src/MRFingerprintingRecon.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ using NFFT
using NFFTTools
using MRICoilSensitivities
using LinearOperators
using SplitApplyCombine
using ExponentialUtilities

export NFFTNormalOp, calcCoilMaps, calculateBackProjection, kooshball, kooshballGA, calcFilteredBackProjection
Expand Down
1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1 change: 0 additions & 1 deletion test/backprojection_cart.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using LinearAlgebra
using IterativeSolvers
using FFTW
using NFFT
using SplitApplyCombine
using Test

##
Expand Down
1 change: 0 additions & 1 deletion test/grog_precalc_shift.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using LinearAlgebra
using IterativeSolvers
using FFTW
using NFFT
using SplitApplyCombine
using Test

##
Expand Down
1 change: 0 additions & 1 deletion test/grog_recon.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using LinearAlgebra
using IterativeSolvers
using FFTW
using NFFT
using SplitApplyCombine
using Test

## set parameters
Expand Down
1 change: 0 additions & 1 deletion test/grog_spoke_shift.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ using LinearAlgebra
using IterativeSolvers
using FFTW
using NFFT
using SplitApplyCombine
using Test

using Random
Expand Down

0 comments on commit bb8a9e1

Please sign in to comment.