switch from FixedSizeArrays to StaticArrays.FixedSizeArrays
This commit is contained in:
parent
f4f2f09d17
commit
de043eeaa2
2
REQUIRE
2
REQUIRE
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user