-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (25 loc) · 792 Bytes
/
Project.toml
File metadata and controls
31 lines (25 loc) · 792 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
27
28
29
30
31
name = "MatrixEnsembles"
uuid = "c7015dd7-3fb7-4a4c-827e-526313618491"
authors = ["Łukasz Pawela <lukasz.pawela@gmail.com>"]
version = "0.2.0"
[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
[extensions]
MatrixEnsemblesCUDAExt = "CUDA"
[compat]
CUDA = "5"
DocStringExtensions = "0.8.3, 0.9"
KernelAbstractions = "0.9"
StatsBase = "0.33.2, 0.34"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
[targets]
test = ["Test", "CUDA"]