generated from AlgebraicJulia/AlgebraicTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
49 lines (47 loc) · 1.61 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
45
46
47
48
49
name = "AlgebraicOptimization"
uuid = "a72ceada-00ec-4ad9-90d3-37b40eaed052"
license = "MIT"
authors = ["Tyler Hanks <[email protected]>"]
version = "0.0.1"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MatrixMarket = "4d4711f2-db25-561a-b6b3-d35e7d4047d3"
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PlotThemes = "ccf2f8ad-2431-5c83-bf29-c5338b663b6a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
SuiteSparseMatrixCollection = "ac199af8-68bc-55b8-82c4-7abd6f96ed98"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
BlockArrays = "1"
Catlab = "0.16.10"
ForwardDiff = "0.10.36, 1"
Graphs = "1.12.0"
Ipopt = "1.7.2"
JuMP = "1.24.0"
Krylov = "0.9.9"
MatrixMarket = "0.5"
Metis = "1.5.0"
NLsolve = "4.5.1"
Optim = "1.9.4"
PlotThemes = "3"
Plots = "1.40.9"
Reexport = "1.2.2"
SparseArrays = "1.10.0"
StatsBase = "0.34.3"
SuiteSparseMatrixCollection = "0.5"
julia = "1.10"