Skip to content

Commit 367b9cb

Browse files
Update DoubleFloats.jl
1 parent b69cc79 commit 367b9cb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/DoubleFloats.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,15 @@ include("extras/random.jl")
124124
include("extras/misc.jl")
125125
include("extras/macros.jl")
126126

127-
127+
VERSION < v"1.1.0" && using Requires
128128
if VERSION >= v"1.1.0"
129129
using SpecialFunctions
130130
include("math/special/specialfunctions.jl")
131131
else
132-
using Requires
133132
function __init__()
134-
# @require SpecialFunctions="276daf66-3868-5448-9aa4-cd146d93841b" begin
135-
# include("math/special/specialfunctions.jl")
136-
# end
133+
@require SpecialFunctions="276daf66-3868-5448-9aa4-cd146d93841b" begin
134+
include("math/special/specialfunctions.jl")
135+
end
137136
end
138137
end
139138

0 commit comments

Comments
 (0)