Skip to content

Commit cde6871

Browse files
authored
remove spurious require on DataFrames
1 parent 8546f3c commit cde6871

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/numeric.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,3 @@ log_fast(x::Union{Int32,Int64}) = log_fast(float(x))
8787
Dual{T}(log_fast(x), inv(x) * ForwardDiff.partials(d))
8888
end
8989
end
90-
91-
@init @require DataFrames="a93c6f00-e57d-5684-b7b6-d8193f3e46c0" println("loaded")

0 commit comments

Comments
 (0)