forked from exanauts/ExaTron.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
24 lines (20 loc) · 803 Bytes
/
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
name = "ExaTron"
uuid = "28b18bf8-76f9-41ea-81fa-0f922810b349"
authors = ["Youngdae Kim <[email protected]>", "François Pacaud <[email protected]>", "Kibaek Kim <[email protected]>", "Michel Schanen <[email protected]>"]
version = "1.1.0"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[compat]
CUDA = "3.4"
julia = "1.7"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Random", "SparseArrays", "StatsBase", "Test"]