Skip to content

Commit 1461bd2

Browse files
committed
remove requires
1 parent 01b5e41 commit 1461bd2

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Distributions = "0.25"
2424
LinearAlgebra = "1"
2525
LogDensityProblems = "2"
2626
Random = "1"
27-
Requires = "1"
2827
Turing = "0.37, 0.38"
2928
julia = "1.10"
3029

src/SliceSampling.jl

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,4 @@ include("multivariate/latent.jl")
103103
export GibbsPolarSlice
104104
include("multivariate/gibbspolar.jl")
105105

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-
end
119-
120106
end

0 commit comments

Comments
 (0)