Skip to content

Commit 14e3940

Browse files
removed SpecialFunctions
1 parent ae49431 commit 14e3940

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ version = "0.4.5"
55
[deps]
66
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8-
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
98

109
[compat]
1110
Aqua = "0.8"
1211
Distributions = "0.25"
1312
LogExpFunctions = "0.3"
1413
Random = "1.10"
15-
SpecialFunctions = "2"
1614
Statistics = "1"
1715
Test = "1"
1816
julia = "1.10"

src/PoissonRandom.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module PoissonRandom
22

33
using Random
44
using LogExpFunctions: log1pmx
5-
using SpecialFunctions: loggamma
65

76
export pois_rand, PassthroughRNG
87

0 commit comments

Comments
 (0)