Skip to content

Commit c6aaf44

Browse files
committed
Update compat entries
1 parent 496d6c1 commit c6aaf44

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1515
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
1616

1717
[compat]
18+
Distributions = "0.21"
1819
MAT = "0.7"
1920
StatsBase = "0.32"
2021
julia = "1.1"
22+
SpecialFunctions = "0.8, 0.9"
23+
StaticArrays = "0.12"
24+
ToeplitzMatrices = "0.6"
2125

2226
[extras]
2327
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using AlphaStableDistributions
2-
using Test
2+
using Test, Random
33

44
@testset "AlphaStableDistributions.jl" begin
55

0 commit comments

Comments
 (0)