-
Notifications
You must be signed in to change notification settings - Fork 6
/
Project.toml
36 lines (31 loc) · 970 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
28
29
30
31
32
33
34
35
36
name = "Intan"
uuid = "160d5eed-cb0b-5d5e-9732-2f740c539f3e"
version = "0.1.1"
[deps]
#Standard Library
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
DistributedArrays = "aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
SpikeSorting = "acc641c0-d14d-5ed3-8a01-2b4adfca2b15"
[compat]
julia = "1"
Cairo = "0.6, 0.7, 0.8, 1.0"
DistributedArrays = "0.6"
DSP = "0.7"
Gtk = "0.17, 0.18, 1.0, 1.1"
HDF5 = "0.12, 0.13"
JLD = "0.9, 0.10"
MAT = "0.7, 0.8"
SpikeSorting = "0.2"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]