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 072661c + f597ccc commit 64465d3Copy full SHA for 64465d3
Project.toml
@@ -8,15 +8,15 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
9
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
10
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
11
+SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
12
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
13
14
[compat]
15
julia = ">= 1.0"
16
17
[extras]
18
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
-SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
19
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
20
21
[targets]
22
-test = ["Test", "SparseArrays", "SpecialFunctions"]
+test = ["Test", "SpecialFunctions"]
0 commit comments