Skip to content

Commit e9b867e

Browse files
authored
Merge pull request #9 from ararslan/aa/missing-deps
Add test dependency on StaticArrays to Project.toml
2 parents b1e8674 + 25a61d2 commit e9b867e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ GridInterpolations = "bb4c363b-b914-514b-8517-4eb369bc008a"
1212
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
1313

1414
[extras]
15+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1516
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1617

1718
[targets]
18-
test = ["Test"]
19+
test = ["StaticArrays", "Test"]

0 commit comments

Comments
 (0)