-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
27 lines (25 loc) · 882 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name = "MRFingerprintingRecon"
uuid = "f4798e02-a7e0-47f5-a571-12dd775704d3"
authors = ["Jakob Asslaender <[email protected]>"]
version = "0.8.2-DEV"
[deps]
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
MRICoilSensitivities = "c57eb701-aafc-44a2-a53c-128049758959"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
NFFTTools = "7424e34d-94f7-41d6-98a0-85abaf1b6c91"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
[compat]
IterativeSolvers = "0.9"
julia = "1.7"
ExponentialUtilities = "1"
MRICoilSensitivities = "0.1.1"
Polyester = "0.6, 0.7"
LinearAlgebra = "1.7"
NFFT = "0.12.1, 0.13"
LinearOperators = "2"
NFFTTools = "0.2"
FFTW = "1.5"