-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathProject.toml
More file actions
50 lines (46 loc) · 1.77 KB
/
Project.toml
File metadata and controls
50 lines (46 loc) · 1.77 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
45
46
47
48
49
50
name = "NBodySimulator"
uuid = "0e6f8da7-a7fc-5c8b-a220-74e902c310f9"
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
version = "1.12.0"
[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
OrdinaryDiffEqRKN = "af6ede74-add8-4cfd-b1df-9a4dbb109d7a"
OrdinaryDiffEqSymplecticRK = "fa646aed-7ef9-47eb-84c4-9443fc8cbfa8"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
ArrayInterface = "7.22.0"
DiffEqBase = "6, 7"
DiffEqCallbacks = "2.9, 4"
DocStringExtensions = "0.8, 0.9"
FileIO = "1.0"
JLArrays = "0.3.0"
OrdinaryDiffEq = "6, 7"
OrdinaryDiffEqRKN = "1, 2"
OrdinaryDiffEqSymplecticRK = "1, 2"
PrecompileTools = "1"
RecipesBase = "0.7, 0.8, 1.0"
RecursiveArrayTools = "2, 3, 4"
Reexport = "0.2, 1.0"
StaticArrays = "0.10, 0.11, 0.12, 1.0"
StochasticDiffEq = "6, 7"
julia = "1.6"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["StaticArrays", "StochasticDiffEq", "LinearAlgebra", "Test"]