-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
29 lines (25 loc) · 984 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
name = "NonconvexSemidefinite"
uuid = "9e21ff56-eb25-42d3-b86f-5b0612f555e7"
authors = ["Mohamed Tarek <[email protected]> and contributors"]
version = "0.1.8"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NonconvexCore = "035190e5-69f1-488f-aaab-becca2889735"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
ChainRulesCore = "0.10, 1"
NonconvexCore = "1.4"
Parameters = "0.12"
Reexport = "1"
julia = "1"
[extras]
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
NonconvexIpopt = "bf347577-a06d-49ad-a669-8c0e005493b8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ChainRulesTestUtils", "Distributions", "DistributionsAD", "NonconvexIpopt", "Test"]