-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
47 lines (41 loc) · 1.39 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
name = "Lighthouse"
uuid = "ac2c24cd-07f0-4848-96b2-1b82c3ea0e59"
authors = ["Beacon Biosignals, Inc."]
version = "0.17.2"
[deps]
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Legolas = "741b9549-f6ed-4911-9fbf-4a1c0c97f0cd"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TensorBoardLogger = "899adc3e-224a-11e9-021f-63837185c80f"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
LighthouseMakieExt = ["Makie"]
[compat]
Arrow = "2.3"
ArrowTypes = "1, 2"
CairoMakie = "0.11"
DataFrames = "1.3"
Legolas = "0.5"
Makie = "0.20, 0.21"
StatsBase = "0.33, 0.34"
Tables = "1.7"
TensorBoardLogger = "0.1"
julia = "1.6"
[extras]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Arrow", "CairoMakie", "Makie", "StableRNGs"]