-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
58 lines (54 loc) · 1.72 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name = "MRINavigator"
uuid = "eacce8a8-16e1-4f0a-a125-bfe7a196bd66"
authors = ["Laura Beghini"]
version = "0.1.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MRICoilSensitivities = "c57eb701-aafc-44a2-a53c-128049758959"
MRIFiles = "5a6f062f-bf45-497d-b654-ad17aae2a530"
MRIReco = "bdf86e05-2d2b-5731-a332-f3fe1f9e047f"
NIfTI = "a3a9e032-41b5-5fc4-967a-a6b7a19844d3"
PolygonOps = "647866c9-e3ac-4575-94e7-e3d426903924"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CSV = "0.10.2"
Coverage = "1"
DSP = "0.7"
DataFrames = "1.6"
DataInterpolations = "4"
Documenter = "0.27, 1"
FFTW = "1"
FileIO = "1"
Images = "0.25, 0.26"
LazyArtifacts = "1"
MAT = "0.10"
MRICoilSensitivities = "0.1"
MRIFiles = "0.1, 0.3"
MRIReco = "0.7"
NIfTI = "0.5.9, 0.6"
PolygonOps = "0.1"
PyPlot = "2"
Scratch = "1"
Setfield = "1"
Statistics = "1"
julia = "1.3"
[extras]
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["LazyArtifacts", "Scratch", "Test"]