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"
2323OrderedCollections = " bac558e1-5e72-5ebc-8fee-abe8a469f55d"
2424Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
2525Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
26- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
2726Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2827Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
2928
@@ -71,7 +70,6 @@ Mooncake = "0.4.147"
7170OrderedCollections = " 1"
7271Printf = " 1.10"
7372Random = " 1.6"
74- Requires = " 1"
7573Statistics = " 1"
7674Test = " 1.6"
7775julia = " 1.10.8"
Original file line number Diff line number Diff line change @@ -206,10 +206,6 @@ include("test_utils.jl")
206206include (" experimental.jl" )
207207include (" 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
214210if isdefined (Base. Experimental, :register_error_hint )
215211 function __init__ ()
You can’t perform that action at this time.
0 commit comments