-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
51 lines (45 loc) · 1.46 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name = "AutoEncoderToolkit"
uuid = "1575904b-3569-468b-ae7a-8569c4d6dae9"
authors = ["Manuel Razo-Mejia"]
version = "0.1.2"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
[extensions]
AutoEncoderToolkitCUDAExt = "CUDA"
[compat]
CUDA = "5.3.3"
ConcreteStructs = "0.2.3"
ChainRulesCore = "1.23.0"
Clustering = "0.15.7"
Distances = "0.10.11"
Distributions = "0.25.108"
EllipsisNotation = "1.8.0"
Flux = "0.14.15"
ForwardDiff = "0.10.36"
NearestNeighbors = "0.4.16"
StatsBase = "0.34.3"
TaylorDiff = "0.2.1"
Zygote = "0.6.69"
cuDNN = "1.3.1"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
[targets]
test = ["Test", "Pkg"]