diff --git a/Project.toml b/Project.toml index 0857d2e09..da9cc511c 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,6 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" TaylorIntegration = "92b13dbe-c966-51a2-8445-caca9f8a7d42" @@ -30,7 +29,6 @@ OrdinaryDiffEq = "6.2 - 6.7" RecipesBase = "1" RecursiveArrayTools = "2" Reexport = "0.2, 1.0" -StaticArrays = "0.12,1.0" StructArrays = "0.4,0.5, 0.6" TaylorIntegration = "0.8" TaylorSeries = "0.10, 0.11, 0.12" diff --git a/src/ProbNumDiffEq.jl b/src/ProbNumDiffEq.jl index 34b857fdd..2df2a89ca 100644 --- a/src/ProbNumDiffEq.jl +++ b/src/ProbNumDiffEq.jl @@ -28,7 +28,6 @@ using TaylorIntegration using UnPack using RecipesBase using RecursiveArrayTools -using StaticArrays using ForwardDiff using Tullio # By default use mul!