-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
43 lines (39 loc) · 1.21 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
name = "ConvOptDL"
uuid = "a661a274-5c23-46c0-a996-9ba0433c0e87"
authors = ["dboyliao <[email protected]> and contributors"]
version = "0.1.0"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Remark = "79b45036-8e38-5d04-8f49-b9fb23ff5a0d"
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ArgParse = "1.1"
Convex = "0.13"
Debugger = "0.6"
Distributions = "0.23"
Flux = "0.11"
IJulia = "1.21"
Pipe = "1.3"
PyCall = "1.91"
PyPlot = "2.9"
SCS = "0.6"
StatsBase = "0.33"
Zygote = "0.5"
julia = "1.4.1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]