-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
98 lines (93 loc) · 3.5 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
90
91
92
93
94
95
96
97
98
name = "TimeseriesTools"
uuid = "380cddd1-6ef2-46ca-b087-e7151fb095ff"
authors = ["brendanjohnharris <[email protected]> and contributors"]
version = "0.6.2"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
Normalization = "be38d6a3-8366-4a42-ad57-222272b5bbe7"
Peaks = "18e31ff7-3703-566c-8e60-38913d67486b"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimeseriesSurrogates = "c804724b-8c18-5caa-8579-6025a0767c70"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
Autocorrelations = "b9118d5e-f165-4cbd-b2ae-b030566b7b26"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ComplexityMeasures = "ab4b797d-85ee-42ba-b621-05d793b346a2"
ContinuousWavelets = "96eb917e-2868-4417-9cb6-27e7ff17528f"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
GeneralizedPhase = "13235c25-d339-4138-a8bf-65c4e89d8d0a"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
NaturalNeighbours = "f16ad982-4edb-46b1-8125-78e5a8b5a9e6"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
[extensions]
AutocorrelationsExt = ["Autocorrelations"]
CUDAExt = ["CUDA", "ContinuousWavelets"]
ComplexityMeasuresExt = ["ComplexityMeasures"]
ContinuousWaveletsExt = ["ContinuousWavelets", "Mmap"]
DSPExt = ["DSP"]
DaggerExt = ["Dagger"]
DataInterpolationsExt = ["DataInterpolations"]
GeneralizedPhaseExt = ["GeneralizedPhase"]
MakieExt = ["Makie"]
NaturalNeighboursExt = ["NaturalNeighbours"]
TermExt = ["Term"]
[compat]
Autocorrelations = "0.1"
CUDA = "3, 4, 5"
ComplexityMeasures = "3"
ContinuousWavelets = "1"
DSP = "0.6, 0.7, 0.8"
Dagger = "0.18"
DataInterpolations = "7"
DelimitedFiles = "1.9"
DimensionalData = "0.27 - 0.29"
Distributions = "0.25"
FFTW = "1"
FileIO = "1"
GeneralizedPhase = "0.1"
GeometryBasics = "0.4, 0.5"
IntervalSets = "0.7"
JSON = "0.20, 0.21"
LaTeXStrings = "1"
Makie = "0.21, 0.22"
MakieCore = "0.8, 0.9"
NaturalNeighbours = "1"
Normalization = "0.7"
Peaks = "0.4, 0.5"
ProgressLogging = "0.1"
Reexport = "1"
Term = "2"
TimeseriesSurrogates = "2.6.3, 2.7"
Unitful = "1"
julia = "1.9"
[extras]
Autocorrelations = "b9118d5e-f165-4cbd-b2ae-b030566b7b26"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ComplexityMeasures = "ab4b797d-85ee-42ba-b621-05d793b346a2"
ContinuousWavelets = "96eb917e-2868-4417-9cb6-27e7ff17528f"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
GeneralizedPhase = "13235c25-d339-4138-a8bf-65c4e89d8d0a"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
NaturalNeighbours = "f16ad982-4edb-46b1-8125-78e5a8b5a9e6"
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"