-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
44 lines (40 loc) · 1.49 KB
/
Project.toml
File metadata and controls
44 lines (40 loc) · 1.49 KB
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
name = "MixedHierarchyGames"
uuid = "34713e38-c463-4aa7-98bb-85ffea4597e9"
authors = ["hmzh-khn", "jamesjingqili", "leedh0124"]
version = "0.1.0"
[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
PATHSolver = "f5f7c340-0bb3-5c69-969a-41884d311d1b"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ParametricMCPs = "9b992ff8-05bb-4ea1-b9d2-5ef72d82f7ad"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SymbolicTracingUtils = "77ddf47f-b2ab-4ded-95ee-54f4fa148129"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
TrajectoryGamesBase = "ac1ac542-73eb-4349-ae1b-660ab3609574"
[compat]
Graphs = "1.13.1"
InvertedIndices = "1.3.1"
LinearSolve = "3.26.0"
PATHSolver = "1.7.8"
ParametricMCPs = "0.1.17"
SciMLBase = "2.87.0"
SymbolicTracingUtils = "0.1.3"
Symbolics = "6.51.0"
TimerOutputs = "0.5.29"
TrajectoryGamesBase = "0.3.11"
julia = "1.9"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]