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 01b5e41 commit 1461bd2Copy full SHA for 1461bd2
Project.toml
@@ -24,7 +24,6 @@ Distributions = "0.25"
24
LinearAlgebra = "1"
25
LogDensityProblems = "2"
26
Random = "1"
27
-Requires = "1"
28
Turing = "0.37, 0.38"
29
julia = "1.10"
30
src/SliceSampling.jl
@@ -103,18 +103,4 @@ include("multivariate/latent.jl")
103
export GibbsPolarSlice
104
include("multivariate/gibbspolar.jl")
105
106
-# Turing Compatibility
107
-
108
-if !isdefined(Base, :get_extension)
109
- using Requires
110
-end
111
112
-@static if !isdefined(Base, :get_extension)
113
- function __init__()
114
- @require Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" include(
115
- "../ext/SliceSamplingTuringExt.jl"
116
- )
117
- end
118
119
120
end
0 commit comments