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 1153b24 + 71dcde4 commit ce7c13fCopy full SHA for ce7c13f
Project.toml
@@ -8,8 +8,9 @@ LuxurySparse = "d05aeea4-b7d4-55ac-b691-9e7fabb07ba2"
8
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
9
10
[extras]
11
+Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
13
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
14
15
[targets]
-test = ["Test", "SparseArrays"]
16
+test = ["Test", "SparseArrays", "Random"]
0 commit comments