Skip to content

Commit

Permalink
Remove Static.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Jun 28, 2024
1 parent ad45727 commit 8895d24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ PkgVersion = "eebad327-c553-4316-9ea0-9fa01ccd7688"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
RootSolvers = "7181ea78-2dcb-4de3-ab41-2b8ab5a31e74"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
Expand Down Expand Up @@ -77,7 +76,6 @@ RecursiveArrayTools = "2, 3"
RootSolvers = "0.3, 0.4"
SafeTestsets = "0.1"
SparseArrays = "1"
Static = "0.4, 0.5, 0.6, 0.7, 0.8"
StaticArrays = "1"
Statistics = "1"
StatsBase = "0.34"
Expand Down
2 changes: 1 addition & 1 deletion src/Fields/compat_diffeq.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RecursiveArrayTools, Static
import RecursiveArrayTools

# for compatibility with OrdinaryDiffEq
# Based on ApproxFun definitions
Expand Down

0 comments on commit 8895d24

Please sign in to comment.