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 ae49431 commit 14e3940Copy full SHA for 14e3940
2 files changed
Project.toml
@@ -5,14 +5,12 @@ version = "0.4.5"
5
[deps]
6
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
7
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
-SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
9
10
[compat]
11
Aqua = "0.8"
12
Distributions = "0.25"
13
LogExpFunctions = "0.3"
14
Random = "1.10"
15
-SpecialFunctions = "2"
16
Statistics = "1"
17
Test = "1"
18
julia = "1.10"
src/PoissonRandom.jl
@@ -2,7 +2,6 @@ module PoissonRandom
2
3
using Random
4
using LogExpFunctions: log1pmx
-using SpecialFunctions: loggamma
export pois_rand, PassthroughRNG
0 commit comments