-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
38 lines (34 loc) · 1.05 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
name = "UnfoldBIDS"
uuid = "b54e767b-1ebd-4480-ac2a-f5f4d8853074"
authors = ["Rene Skukies", "Benedikt Ehinger"]
version = "0.3.0"
[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Continuables = "79afa230-ca09-11e8-120b-5decf7bf5e25"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataFramesMeta = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
PyMNE = "6c5003b2-cbe8-491c-a0d1-70088e6a0fd6"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Unfold = "181c99d8-e21b-4ff3-b70b-c233eddec679"
[compat]
Artifacts = "1"
CSV = "0.10"
Continuables = "1.0"
DataFrames = "1 - 1.6"
DataFramesMeta = "0.14"
Printf = "1"
ProgressBars = "1.5"
PyMNE = "0.1, 0.2"
Statistics = "1.1"
StatsModels = "0.6, 0.7"
Unfold = "0.5, 0.6, 0.7"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]