diff --git a/REQUIRE b/REQUIRE index 44e1623d..3d6ae3c9 100644 --- a/REQUIRE +++ b/REQUIRE @@ -4,7 +4,7 @@ RecipesBase 0.2.0 PlotUtils 0.4.1 PlotThemes 0.1.3 Reexport -FixedSizeArrays +StaticArrays 0.5 FixedPointNumbers 0.3 Measures Showoff diff --git a/src/Plots.jl b/src/Plots.jl index a23d6a8d..f5a8df9a 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -3,7 +3,7 @@ __precompile__(true) module Plots using Reexport -using FixedSizeArrays +using StaticArrays.FixedSizeArrays @reexport using RecipesBase import RecipesBase: plot, animate using Base.Meta