-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (38 loc) · 1.28 KB
/
Project.toml
File metadata and controls
42 lines (38 loc) · 1.28 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
name = "TaylorModels"
uuid = "314ce334-5f6e-57ae-acf6-00b6e903104a"
version = "0.10.1"
repo = "https://github.com/JuliaIntervals/TaylorModels.jl.git"
[deps]
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
IntervalRootFinding = "d2bf35a9-74e0-55ec-b149-d360ff49b807"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TaylorIntegration = "92b13dbe-c966-51a2-8445-caca9f8a7d42"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
[compat]
Aqua = "0.8"
IntervalArithmetic = "0.22, 0.23, 1"
IntervalRootFinding = "0.6"
LinearAlgebra = "1"
Markdown = "1"
Parameters = "0.12.3"
Random = "1"
RecipesBase = "1"
Reexport = "1"
StaticArrays = "1.9"
TaylorIntegration = "0.18"
TaylorSeries = "0.21"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "LinearAlgebra", "Random", "Test"]