We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496d6c1 commit c6aaf44Copy full SHA for c6aaf44
Project.toml
@@ -15,9 +15,13 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
15
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
16
17
[compat]
18
+Distributions = "0.21"
19
MAT = "0.7"
20
StatsBase = "0.32"
21
julia = "1.1"
22
+SpecialFunctions = "0.8, 0.9"
23
+StaticArrays = "0.12"
24
+ToeplitzMatrices = "0.6"
25
26
[extras]
27
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
test/runtests.jl
@@ -1,5 +1,5 @@
1
using AlphaStableDistributions
2
-using Test
+using Test, Random
3
4
@testset "AlphaStableDistributions.jl" begin
5
0 commit comments