-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
44 lines (40 loc) · 1.4 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
name = "ReliabilityOptimization"
uuid = "55eddd50-7f45-4398-96cf-6a37e2b16f80"
authors = ["Lucas Pereira and Mohamed Tarek"]
version = "0.3.0"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
ImplicitDifferentiation = "57b37032-215b-411a-8a7c-41a003a55207"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NonconvexIpopt = "bf347577-a06d-49ad-a669-8c0e005493b8"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ChainRulesCore = "1"
Distributions = "0.25"
DistributionsAD = "0.6"
FiniteDifferences = "0.12"
ImplicitDifferentiation = "0.2"
JuliaFormatter = "1"
NonconvexIpopt = "0.4"
NonconvexTOBS = "0.2"
Reexport = "1"
StaticArraysCore = "1"
TopOpt = "0.8"
UnPack = "1"
Zygote = "0.6"
julia = "1"
[extras]
NonconvexTOBS = "6c0b5230-d4c9-466e-bfd4-b31e6272ab65"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TopOpt = "53a1e1a5-51bb-58a9-8a02-02056cc81109"
[targets]
test = ["NonconvexTOBS", "Test", "TopOpt"]