Skip to content

Commit

Permalink
Make integrations explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed Oct 1, 2021
1 parent 381de22 commit fd103cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Weave.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ end
weave_info() = WEAVE_VERSION, string(Date(now()))

function __init__()
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" include("plots.jl")
@require Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004" include("gadfly.jl")
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" include("integrations/Plots.jl")
@require Gadfly = "c91e804a-d5a3-530f-b6f0-dfbca275c004" include("integrations/Gadfly.jl")
end

# utilitity functions
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fd103cc

Please sign in to comment.