-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (22 loc) · 726 Bytes
/
Project.toml
File metadata and controls
26 lines (22 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name = "Kronecker"
uuid = "2c470bb0-bcc8-11e8-3dad-c9649493f05e"
authors = ["MichielStock <michielfmstock@gmail.com>"]
version = "0.5.5"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NamedDims = "356022a1-0364-5f58-8944-0da4b18d706f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Aqua = "0.5"
NamedDims = "0.2, 0.3, 1"
StatsBase = "0.32, 0.33, 0.34"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
PkgBenchmark = "32113eaa-f34f-5b0d-bd6c-c81e245fc73d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
benchmark = ["PkgBenchmark"]
test = ["Aqua", "Random", "Test"]