-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 815 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 815 Bytes
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
name = "CTFlows"
uuid = "1c39547c-7794-42f7-af83-d98194f657c2"
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
version = "0.8.8"
[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"
[compat]
CTBase = "0.16"
CTModels = "0.6"
DocStringExtensions = "0.9"
ForwardDiff = "0.10, 1.0"
LinearAlgebra = "1"
MLStyle = "0.4"
MacroTools = "0.5"
OrdinaryDiffEq = "6"
julia = "1.10"