Skip to content

Commit c641923

Browse files
committed
Fix stale Requires dep
1 parent afdb173 commit c641923

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
2323
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
2424
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
2525
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
26-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
2726
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2827
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2928

@@ -71,7 +70,6 @@ Mooncake = "0.4.147"
7170
OrderedCollections = "1"
7271
Printf = "1.10"
7372
Random = "1.6"
74-
Requires = "1"
7573
Statistics = "1"
7674
Test = "1.6"
7775
julia = "1.10.8"

src/DynamicPPL.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ include("test_utils.jl")
206206
include("experimental.jl")
207207
include("deprecated.jl")
208208

209-
if !isdefined(Base, :get_extension)
210-
using Requires
211-
end
212-
213209
# Better error message if users forget to load JET
214210
if isdefined(Base.Experimental, :register_error_hint)
215211
function __init__()

0 commit comments

Comments
 (0)