-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
31 lines (27 loc) · 925 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
25
26
27
28
29
30
31
name = "GenerativeModels"
uuid = "6ac2c632-c4cd-11e9-0501-33c4b9b2f9c9"
authors = ["Niklas Heim <heim.niklas@gmail.com>"]
version = "0.2.3"
[deps]
ConditionalDists = "c648c4dd-c1e0-49a6-84b9-144ae7fd2468"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
IPMeasures = "d7dc6e0c-a753-11e8-227e-b362679e0b17"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ConditionalDists = "0.4"
Distributions = "0.23, 0.24"
DistributionsAD = "0.6"
Flux = "0.11"
IPMeasures = "0.2"
Reexport = "0.2"
julia = "1"
[extras]
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Logging", "Parameters"]