-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
36 lines (32 loc) · 1.02 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
name = "ImagineAnalyses"
uuid = "d514a27a-15fd-11e9-2877-55d10791f35b"
version = "0.1.2"
[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
CachedCalls = "b89da37c-15e8-11e9-0b03-ab0995a60613"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
ImagineInterface = "a9d8408c-0fb1-11e9-0067-cb067474114e"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnitAliases = "96ae54c0-0dff-11e9-11b2-27e67f6cc5ea"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
AxisArrays = "0.4"
CachedCalls = "0.0.1"
DSP = "0.7, 0.8"
ImagineInterface = "0.1"
Interpolations = "0.13, 0.14, 0.15"
IntervalSets = "0.5, 0.6, 0.7"
Reexport = "0.2, 1"
Statistics = "1"
UnitAliases = "0.0.1"
Unitful = "1"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]