diff --git a/Project.toml b/Project.toml index 54a30260..b947b346 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ PlotUtils = "1" RecipesBase = "1" RecipesPipeline = "0.1.7" Reexport = "0.2" -Requires = "0.5, 1" +Requires = "1" Showoff = "0.3.1" StatsBase = "0.32, 0.33" julia = "1" diff --git a/src/init.jl b/src/init.jl index 624e78f6..3f731395 100644 --- a/src/init.jl +++ b/src/init.jl @@ -29,49 +29,41 @@ function __init__() @require HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" begin fn = joinpath(@__DIR__, "backends", "hdf5.jl") include(fn) - @require Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise.track(Plots, fn) end @require InspectDR = "d0351b0e-4b05-5898-87b3-e2a8edfddd1d" begin fn = joinpath(@__DIR__, "backends", "inspectdr.jl") include(fn) - @require Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise.track(Plots, fn) end @require PGFPlots = "3b7a836e-365b-5785-a47d-02c71176b4aa" begin fn = joinpath(@__DIR__, "backends", "deprecated", "pgfplots.jl") include(fn) - @require Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise.track(Plots, fn) end @require ORCA = "47be7bcc-f1a6-5447-8b36-7eeeff7534fd" begin fn = joinpath(@__DIR__, "backends", "orca.jl") include(fn) - @require Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise.track(Plots, fn) end @require PGFPlotsX = "8314cec4-20b6-5062-9cdb-752b83310925" begin fn = joinpath(@__DIR__, "backends", "pgfplotsx.jl") include(fn) - @require Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise.track(Plots, fn) end @require PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a" begin fn = joinpath(@__DIR__, "backends", "plotlyjs.jl") include(fn) - @require Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise.track(Plots, fn) end @require PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" begin fn = joinpath(@__DIR__, "backends", "pyplot.jl") include(fn) - @require Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise.track(Plots, fn) end @require UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" begin fn = joinpath(@__DIR__, "backends", "unicodeplots.jl") include(fn) - @require Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Revise.track(Plots, fn) end @require IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" begin