Skip to content

Commit

Permalink
Revert "Relax compatibility with StaticArrays"
Browse files Browse the repository at this point in the history
This reverts commit ad4d33d.
  • Loading branch information
Miha Zgubic committed Feb 23, 2021
1 parent ad4d33d commit fdac259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "FiniteDifferences"
uuid = "26cc04aa-876d-5657-8c51-4c34ba976000"
version = "0.12.2"
version = "0.12.1"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -13,7 +13,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
ChainRulesCore = "0.9"
Richardson = "1.2"
StaticArrays = "0.12, 1.0"
StaticArrays = "1.0"
julia = "1"

[extras]
Expand Down

0 comments on commit fdac259

Please sign in to comment.