Skip to content

Commit b69cc79

Browse files
Update DoubleFloats.jl
1 parent c309dce commit b69cc79

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/DoubleFloats.jl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,9 @@ if VERSION >= v"1.1.0"
131131
else
132132
using Requires
133133
function __init__()
134-
if VERSION < v"1.1.0"
135-
@require SpecialFunctions="276daf66-3868-5448-9aa4-cd146d93841b" begin
136-
include("math/special/specialfunctions.jl")
137-
end
138-
end
134+
# @require SpecialFunctions="276daf66-3868-5448-9aa4-cd146d93841b" begin
135+
# include("math/special/specialfunctions.jl")
136+
# end
139137
end
140138
end
141139

0 commit comments

Comments
 (0)