-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathProject.toml
39 lines (35 loc) · 1.42 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 = "Bridge"
uuid = "2d3116d5-4b8f-5680-861c-71f149790274"
authors = ["Moritz Schauer <[email protected]>"]
version = "0.11.7"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
Trajectories = "2c80a279-213e-54d7-a557-e9a14725db56"
[compat]
Colors = "0.9, 0.10, 0.11, 0.12"
Distributions = "0.22, 0.23, 0.24, 0.25"
Polynomials = "0.6, 0.7, 0.8, 1.1, 2.0"
RecipesBase = "0.7, 0.8, 1.0"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 1.1, 1.2"
StaticArrays = "0.12, 1.0, 1.1"
Trajectories = "0.1, 0.2"
julia = "1"
[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Statistics", "Documenter", "LinearAlgebra", "Test", "Random"]