-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathProject.toml
47 lines (43 loc) · 1.58 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
name = "GameTheory"
uuid = "64a4ffa8-f47c-4a47-8dad-aee7aadc3b51"
repo = "https://github.com/QuantEcon/GameTheory.jl.git"
version = "0.3.2"
[deps]
CDDLib = "3391f64e-dcde-5f30-b752-e11513730f60"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
LRSLib = "262c1cb6-76e2-5873-868b-19ece3183cc5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029"
QuantEcon = "fcd29c91-0bd7-5a09-975d-7ac3f643a60c"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CDDLib = "0.9, 0.10"
Combinatorics = "1"
Distributions = "0.25"
Graphs = "1"
HiGHS = "1.2"
HomotopyContinuation = "2"
LRSLib = "0.8"
MathOptInterface = "1"
Parameters = "0.12"
Polyhedra = "0.7, 0.8"
QuantEcon = "0.16.0"
StatsBase = "0.33, 0.34"
julia = "1.6"
[extras]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
[targets]
test = ["Combinatorics", "DelimitedFiles", "LinearAlgebra", "Test", "Random", "Unicode"]