-
Notifications
You must be signed in to change notification settings - Fork 126
/
Project.toml
69 lines (65 loc) · 2.2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
name = "Agents"
uuid = "46ada45e-f475-11e8-01d0-f70cc89e6671"
authors = ["George Datseris", "Tim DuBois", "Aayush Sabharwal", "Ali Vahdati", "Adriano Meligrana"]
version = "6.2.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
LightOSM = "d1922b25-af4e-4ba3-84af-fe9bea896051"
LightSumTypes = "f56206fc-af4c-5561-a72a-43fe2ca5a923"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StreamSampling = "ff63dad9-3335-55d8-95ec-f8139d39e468"
[weakdeps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
OSMMakie = "76b6901f-8821-46bb-9129-841bc9cfe677"
[extensions]
AgentsArrow = "Arrow"
AgentsGraphVisualizations = ["Makie", "GraphMakie"]
AgentsOSMVisualizations = ["Makie", "OSMMakie"]
AgentsVisualizations = "Makie"
[compat]
Arrow = "2"
CSV = "0.9.7, 0.10"
CommonSolve = "0.2.4"
DataFrames = "0.21, 0.22, 1"
DataStructures = "0.18"
Distributed = "1"
Distributions = "0.25"
Downloads = "1"
GraphMakie = "0.5"
Graphs = "1.4"
JLD2 = "0.4, 0.5"
LazyArtifacts = "1.3"
LightOSM = "0.2, 0.3"
LightSumTypes = "5"
LinearAlgebra = "1"
MacroTools = "0.5"
Makie = "0.20, 0.21"
OSMMakie = "0.0"
PrecompileTools = "1"
ProgressMeter = "1.5"
Random = "1"
Rotations = "1.3"
Scratch = "1"
StaticArrays = "1"
StatsBase = "0.32, 0.33, 0.34"
StreamSampling = "0.6"
julia = "1.9"