-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
35 lines (31 loc) · 1.02 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
name = "PiecewiseAffineApprox"
uuid = "029c5f1c-0dc4-4551-8b87-a10b73fe3713"
authors = ["Truls Flatberg <[email protected]>, Lars Hellemo <[email protected]>, Thiago Silva <Thiago.Silva.sintef.no>"]
version = "0.6.2"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
[weakdeps]
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
JSON3Ext = "JSON3"
MakieExt = "Makie"
PlotsExt = "Plots"
[compat]
Combinatorics = "1"
Distributions = "0.25"
JSON3 = "1.14.1"
JuMP = "1"
Makie = "0.21"
StableRNGs = "1"
Statistics = "1"
StructTypes = "1.11.0"
julia = "1.10"