-
Notifications
You must be signed in to change notification settings - Fork 7
/
Project.toml
39 lines (35 loc) · 1.22 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
name = "ZigZagBoomerang"
uuid = "36347407-b186-4a6a-8c98-4f4567861712"
authors = ["Sebastiano Grazzi and Moritz Schauer"]
version = "0.13.2"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RandomNumbers = "e6cf234a-135c-5ec9-84dd-332b85af5143"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Trajectories = "2c80a279-213e-54d7-a557-e9a14725db56"
[compat]
DataStructures = "0.17, 0.18"
Dictionaries = "0.3"
Graphs = "1.7"
PDMats = "0.11"
ProgressMeter = "1"
RandomNumbers = "1.4, 1.5"
Requires = "1.1, 1.2, 1.3"
StaticArrays = "1.4"
Trajectories = "0.2"
julia = "1"
[extras]
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "StructArrays"]