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.
2 parents f78bbe7 + fb7b288 commit 9511bdbCopy full SHA for 9511bdb
Project.toml
@@ -18,13 +18,11 @@ ManualMemory = "0.1.6"
18
SIMDTypes = "0.1"
19
Static = "0.8"
20
StaticArrayInterface = "1"
21
+Test = "1.11.0"
22
julia = "1.6"
23
24
[extras]
-Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
25
-ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
26
-ArrayInterfaceOffsetArrays = "015c0d05-e682-4f19-8f0a-679ce4c54826"
27
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
28
29
[targets]
30
-test = ["Aqua", "ArrayInterface", "Test"]
+test = ["Test"]
test/Project.toml
@@ -0,0 +1,4 @@
1
+[deps]
2
+Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3
+StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
4
+Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments