Skip to content

Commit

Permalink
Remove the StaticArrays dependency (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch authored Mar 17, 2022
1 parent 11e1813 commit d8c7c9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/ProbNumDiffEq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ using TaylorIntegration
using UnPack
using RecipesBase
using RecursiveArrayTools
using StaticArrays
using ForwardDiff
using Tullio
# By default use mul!
Expand Down

0 comments on commit d8c7c9e

Please sign in to comment.