-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (27 loc) · 925 Bytes
/
Project.toml
File metadata and controls
31 lines (27 loc) · 925 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
name = "DistributedResourceOptimization"
uuid = "bad89516-e02f-43f9-a1d3-8f2ce98dd1a2"
authors = ["Rico Schrage"]
repo = "https://github.com/Digitalized-Energy-Systems/DistributedResourceOptimization.jl"
version = "0.1.0"
[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Mango = "5e49fdec-d473-4d14-b295-7bff2fcf1925"
OSQP = "ab2f91bb-94b4-55e3-9ba0-7f65df51de79"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[compat]
AutoHashEquals = "2.2.0"
Distributions = "0.25.115"
JuMP = "1.25.0"
LinearAlgebra = "^1.9"
Mango = "^0.5"
OSQP = "0.8.1"
julia = "^1.9"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Documenter"]