We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32602e7 commit 1c1c622Copy full SHA for 1c1c622
Project.toml
@@ -6,14 +6,14 @@ version = "0.5.6"
6
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
7
8
[compat]
9
-StaticArrays = "0.10,0.11,0.12"
+StaticArrays = "0.10,0.11,0.12, 1.0"
10
julia = "0.7, 1"
11
12
[extras]
13
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
14
-Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15
-StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
16
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
+StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
17
18
[targets]
19
test = ["LinearAlgebra", "StatsBase", "Test", "OffsetArrays"]
0 commit comments