-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (29 loc) · 933 Bytes
/
Project.toml
File metadata and controls
33 lines (29 loc) · 933 Bytes
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
name = "PEPit"
uuid = "362dabbc-d565-4ef8-96fa-aefabe1c072a"
version = "0.1.0"
authors = ["Shuvomoy Das Gupta <shuvomoy.dasgupta@gmail.com> and contributors"]
[deps]
COPT = "227a2e2d-e949-4d8e-a1da-7384fe6f0b9f"
Clarabel = "61c947e1-3e6d-4ee4-985a-eec8c727bd6e"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Mosek = "6405355b-0ac2-5fba-af84-adbd65488c0e"
MosekTools = "1ec41992-ff65-5c91-ac43-2df89e9693a4"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
[compat]
COPT = "^1.1.32"
Clarabel = "^0.11.0"
JuMP = "^1.29.4"
Literate = "^2.21.0"
Mosek = "^11.0.1"
MosekTools = "^0.15.10"
OffsetArrays = "^1.17.0"
OrderedCollections = "^1.8.1"
julia = "^1.12"
LinearAlgebra = "^1.12"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]