File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
23
23
OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
24
24
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
25
25
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
26
- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
27
26
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
28
27
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
29
28
@@ -71,7 +70,6 @@ Mooncake = "0.4.147"
71
70
OrderedCollections = " 1"
72
71
Printf = " 1.10"
73
72
Random = " 1.6"
74
- Requires = " 1"
75
73
Statistics = " 1"
76
74
Test = " 1.6"
77
75
julia = " 1.10.8"
Original file line number Diff line number Diff line change @@ -206,10 +206,6 @@ include("test_utils.jl")
206
206
include (" experimental.jl" )
207
207
include (" deprecated.jl" )
208
208
209
- if ! isdefined (Base, :get_extension )
210
- using Requires
211
- end
212
-
213
209
# Better error message if users forget to load JET
214
210
if isdefined (Base. Experimental, :register_error_hint )
215
211
function __init__ ()
You can’t perform that action at this time.
0 commit comments