-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
46 lines (42 loc) · 1.44 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
name = "FastScanning"
uuid = "99b0285a-20f0-11e9-0283-7f418f478feb"
version = "0.1.2"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
ImagineAnalyses = "d514a27a-15fd-11e9-2877-55d10791f35b"
ImagineInterface = "a9d8408c-0fb1-11e9-0067-cb067474114e"
ImagineProcedures = "43b7f2cc-1a9d-11e9-093e-178b9f97357d"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
MappedArrays = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
PaddedViews = "5432bcbf-9aad-5242-b902-cca2824c8663"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RegisterMismatch = "3c0dd727-6833-5f5d-a1e8-c0d421935c74"
RegisterQD = "ac24ea0c-1830-11e9-18d4-81f172323054"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
AxisArrays = "0.4"
CoordinateTransformations = "0.6"
FixedPointNumbers = "0.8"
Images = "0.23, 0.24, 0.25, 0.26"
ImagineAnalyses = "0.0.1"
ImagineInterface = "0.1"
ImagineProcedures = "0.1"
IntervalSets = "0.5, 0.6, 0.7"
MappedArrays = "0.4"
PaddedViews = "0.5"
ProgressMeter = "1"
RegisterQD = "0.2"
Requires = "1"
Statistics = "1"
Unitful = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]