-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
89 lines (85 loc) · 2.93 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
name = "NeuroAnalysis"
uuid = "088af2c0-9cce-11e8-35da-81725c7f79e6"
authors = ["Li Alex Zhang <fff008@gmail.com>"]
version = "1.2.2"
[deps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
CircStats = "2f6764a1-d620-4564-9394-76eb7c776766"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImageSegmentation = "80713f31-8817-5129-9cf8-209ff8fb23e1"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Trapz = "592b5752-818d-11e9-1e9a-2b8ca4a44cd1"
VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[compat]
BandedMatrices = "1"
BlackBoxOptim = "0.6"
CategoricalArrays = "0.10"
CircStats = "1"
Colors = "0.12"
Combinatorics = "1"
DSP = "0.6, 0.7"
DataFrames = "1"
Dierckx = "0.5"
Distances = "0.10"
Distributions = "0.25"
FileIO = "1"
GLM = "1"
HCubature = "1.5"
HypothesisTests = "0.10, 0.11"
ImageFiltering = "0.6, 0.7"
ImageSegmentation = "1.7"
Images = "0.24, 0.25, 0.26"
JLD2 = "0.4"
LoopVectorization = "0.12.54"
LsqFit = "0.11, 0.12, 0.13, 0.14, 0.15"
MAT = "0.10"
NaNMath = "1.0"
OffsetArrays = "1.10"
Optim = "1.7"
Plots = "1.0"
ProgressMeter = "1.7"
SpecialFunctions = "0.10, 1, 2"
StatsBase = "0.33, 0.34"
StatsFuns = "0.9, 1.0"
StatsModels = "0.6, 0.7"
StatsPlots = "0.14, 0.15"
Trapz = "2"
VegaLite = "2, 3"
YAML = "0.4"
julia = "1.9"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "BenchmarkTools", "FFTW"]