forked from VasylHafych/EuclidianNormalizingFlows.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
56 lines (54 loc) · 2.11 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
52
53
54
55
56
name = "EuclidianNormalizingFlows"
uuid = "eb90128f-7c94-4cd6-9130-4bb7c9abac9d"
version = "0.1.0"
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
BAT = "c0cd4b16-88b7-57fa-983b-ab80aecada7e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ForwardDiffPullbacks = "450a3b6d-2448-4ee1-8e34-e4eb8713b605"
FunctionChains = "8e6b2b91-af83-483e-ba35-d00930e4cf9b"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
ValueShapes = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
[compat]
ArgCheck = "1, 2.0"
ArraysOfArrays = "0.4, 0.5"
CUDA = "3.12.0"
CUDAKernels = "0.4.3"
ChainRulesCore = "0.9.44, 0.10, 1"
ChangesOfVariables = "0.1"
Distributions = "0.21.10, 0.22, 0.23, 0.24, 0.25"
DocStringExtensions = "0.8, 0.9"
ElasticArrays = "1.2.3"
ForwardDiffPullbacks = "0.1.1, 0.2"
Functors = "0.2.5"
InverseFunctions = "0.1"
Optim = "0.19,0.20, 0.21, 0.22, 1"
Optimisers = "0.2"
Parameters = "0.12"
SpecialFunctions = "0.10, 1, 2"
StatsBase = "0.32, 0.33"
ValueShapes = "0.9, 0.10"
Zygote = "0.5, 0.6"
ZygoteRules = "0.2"
julia = "1.6"