-
Notifications
You must be signed in to change notification settings - Fork 7
/
Project.toml
36 lines (30 loc) · 1.03 KB
/
Project.toml
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
32
33
34
35
36
name = "VectorizedRNG"
uuid = "33b4df10-0173-11e9-2a0c-851a7edac40e"
authors = ["Chris Elrod <[email protected]>"]
version = "0.2.25"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
[weakdeps]
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
[extensions]
VectorizedRNGStaticArraysExt = ["StaticArraysCore"]
[compat]
Requires = "1"
SLEEFPirates = "0.6.29"
StaticArraysCore = "1"
UnPack = "1"
VectorizationBase = "0.19.38, 0.20.1, 0.21"
julia = "1.6"
[extras]
RNGTest = "97cc5700-e6cb-5ca1-8fb2-7f6b45264ecd"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "RNGTest", "StaticArrays"]