Merge pull request #965 from rdeits/staticarrays

Switch from FixedSizeArrays to StaticArrays.FixedSizeArrays
This commit is contained in:
Daniel Schwabeneder 2017-07-10 13:47:49 +02:00 committed by GitHub
commit 1c2a588864
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ RecipesBase 0.2.0
PlotUtils 0.4.1 PlotUtils 0.4.1
PlotThemes 0.1.3 PlotThemes 0.1.3
Reexport Reexport
FixedSizeArrays StaticArrays 0.5
FixedPointNumbers 0.3 FixedPointNumbers 0.3
Measures Measures
Showoff Showoff

View File

@ -3,7 +3,7 @@ __precompile__(true)
module Plots module Plots
using Reexport using Reexport
using FixedSizeArrays using StaticArrays.FixedSizeArrays
@reexport using RecipesBase @reexport using RecipesBase
import RecipesBase: plot, animate import RecipesBase: plot, animate
using Base.Meta using Base.Meta