switch from FixedSizeArrays to StaticArrays.FixedSizeArrays

This commit is contained in:
Robin Deits 2017-07-05 17:12:39 -04:00
parent f4f2f09d17
commit de043eeaa2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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