-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
51 lines (45 loc) · 1.58 KB
/
Project.toml
File metadata and controls
51 lines (45 loc) · 1.58 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
51
name = "CTFlows"
uuid = "1c39547c-7794-42f7-af83-d98194f657c2"
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
version = "0.8.25"
[deps]
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
CTModels = "34c4fa32-2049-4079-8329-de33c2a22e2d"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
[weakdeps]
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
[extensions]
CTFlowsODE = "OrdinaryDiffEq"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CTParser = "32681960-a1b1-40db-9bff-a1ca817385d1"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
OrdinaryDiffEqBDF = "6ad6398a-0878-4a85-9266-38940aa047c8"
OrdinaryDiffEqDefault = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
[targets]
test = ["Aqua", "CTParser", "OrdinaryDiffEq", "Plots", "Test", "OrdinaryDiffEqRosenbrock", "OrdinaryDiffEqSDIRK", "OrdinaryDiffEqBDF", "OrdinaryDiffEqDefault"]
[compat]
Aqua = "0.8"
CTBase = "0.18"
CTModels = "0.10"
CTParser = "0.8"
DocStringExtensions = "0.9"
ForwardDiff = "0.10, 1.0"
LinearAlgebra = "1"
MLStyle = "0.4"
MacroTools = "0.5"
OrdinaryDiffEq = "6"
Plots = "1"
Test = "1"
julia = "1.10"
OrdinaryDiffEqRosenbrock = "=1.27"
OrdinaryDiffEqSDIRK = "=1.13"
OrdinaryDiffEqBDF = "=1.23"
OrdinaryDiffEqDefault = "=1.13"