-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (27 loc) · 885 Bytes
/
Project.toml
File metadata and controls
29 lines (27 loc) · 885 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
name = "OptimalControl"
uuid = "5f98b655-cc9a-415a-b60e-744165666948"
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
version = "1.1.6"
[deps]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
CTDirect = "790bbbee-bee9-49ee-8912-a9de031322d5"
CTFlows = "1c39547c-7794-42f7-af83-d98194f657c2"
CTModels = "34c4fa32-2049-4079-8329-de33c2a22e2d"
CTParser = "32681960-a1b1-40db-9bff-a1ca817385d1"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[compat]
ADNLPModels = "0.8"
CTBase = "0.16"
CTDirect = "0.17"
CTFlows = "0.8"
CTModels = "0.6"
CTParser = "0.7"
CommonSolve = "0.2"
DocStringExtensions = "0.9"
ExaModels = "0.9"
RecipesBase = "1"
julia = "1.10"