-
Notifications
You must be signed in to change notification settings - Fork 4
/
Project.toml
35 lines (31 loc) · 1.09 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
name = "AlphaStableDistributions"
uuid = "f20549b4-2d50-407f-863c-cdd202ba59a3"
authors = ["Fredrik Bagge Carlson", "Too Yuen Min"]
version = "1.1.7"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
[compat]
Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
FileIO = "1"
Interpolations = "0.12, 0.13, 0.14, 0.15"
JLD2 = "0.4"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
StaticArrays = "0.12, 1.1"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
ToeplitzMatrices = "0.6, 0.7, 0.8"
julia = "1.5"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]