-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (27 loc) · 861 Bytes
/
Copy pathProject.toml
File metadata and controls
31 lines (27 loc) · 861 Bytes
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
name = "Buff"
uuid = "eecccd9e-c0b6-4062-a7b1-c47d1d274c9c"
version = "0.1.0"
authors = ["Buff Contributors"]
[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DSP = "0.7, 0.8"
Interpolations = "0.15, 0.16"
LinearAlgebra = "1"
PlotlyJS = "0.18"
Reexport = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
julia = "1.10"
[extras]
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
LocalCoverage = "5f6e1e16-694c-5876-87ef-16b5274f298e"
Test = "8dfed614-e22c-358a-b080-26c06603136e"
[targets]
test = ["Test", "Coverage", "LocalCoverage"]