-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
36 lines (32 loc) · 1.1 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 = "DeepUncertainty"
uuid = "f38f59f8-88e0-4e11-81d3-0c37501e3a95"
authors = ["DwaraknathT <[email protected]> and contributors"]
version = "0.1.0"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CalibrationErrors = "33913031-fe46-5864-950f-100836f47845"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ParameterSchedulers = "d7d3b36b-41b8-4d0d-a2bf-768c6151755e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ReliabilityDiagrams = "e5f51471-6270-49e4-a15a-f1cfbff4f856"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
CUDA = "3"
CalibrationErrors = "0.5, 0.6"
Distributions = "0.25"
DistributionsAD = "0.6"
Flux = "0.12"
Parameters = "0.12"
ReliabilityDiagrams = "0.2"
Zygote = "0.6"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]