forked from DylanMMarques/Jolab.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
37 lines (33 loc) · 1.1 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
name = "Jolab"
uuid = "0583885e-d035-482f-8ce1-fd86afbe19e8"
authors = ["Dylan M. Marques", "James A. Guggenheim", "Peter R. T. Munro"]
version = "0.1.4"
[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
DSP = "0.7"
FFTW = "1.2"
HCubature = "1.4"
Interpolations = "0.13, 0.12"
RecipesBase = "1.1"
Roots = "1.0"
SpecialFunctions = "1.0"
StaticArrays = "0.12, 1.0"
ProgressMeter = "1.5"
julia = "1.5, 1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]