forked from PerezHz/TaylorIntegration.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
33 lines (29 loc) · 1.09 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
name = "TaylorIntegration"
uuid = "92b13dbe-c966-51a2-8445-caca9f8a7d42"
repo = "https://github.com/PerezHz/TaylorIntegration.jl.git"
version = "0.6.0"
[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Espresso = "6912e4f1-e036-58b0-9138-08d1e6358ea9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
[compat]
DiffEqBase = "≥ 6.0.0"
Elliptic = "≥ 0.5.0"
Espresso = "≥ 0.6.0"
Reexport = "≥ 0.2.0"
Requires = "≥ 0.5.2"
TaylorSeries = "≥ 0.10.0"
julia = "≥ 1.0.0"
[extras]
Elliptic = "b305315f-e792-5b7a-8f41-49f472929428"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["TaylorSeries", "LinearAlgebra", "Test", "Elliptic", "OrdinaryDiffEq"]