-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathProject.toml
36 lines (32 loc) · 1.09 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 = "Torch"
uuid = "6a2ea274-3061-11ea-0d63-ff850051a295"
authors = ["Dhairya Gandhi", "Jesper Stemann Andersen and contributors"]
version = "0.1.3"
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TorchCAPI_jll = "dc5d5603-8d5e-5430-85a9-2783500f9f77"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
[compat]
CEnum = "0.4, 0.5"
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
Flux = "0.12.9, 0.13, 0.14"
NNlib = "0.8, 0.9"
Requires = "1"
Statistics = "1"
TorchCAPI_jll = "0.2"
Zygote = "0.5, 0.6"
ZygoteRules = "0.2"
julia = "1.4"
[extras]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Metalhead = "dbeba491-748d-5e0e-a39e-b530a07fa0cc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["Flux", "Metalhead", "Test", "Zygote"]