generated from control-toolbox/CTAppTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (31 loc) · 993 Bytes
/
Project.toml
File metadata and controls
35 lines (31 loc) · 993 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
31
32
33
34
35
name = "OptimalControlProblems"
uuid = "59046045-fb9c-4c23-964f-ff0a25704f96"
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
version = "0.5.0"
[deps]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
CTDirect = "790bbbee-bee9-49ee-8912-a9de031322d5"
CTModels = "34c4fa32-2049-4079-8329-de33c2a22e2d"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
[weakdeps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
OptimalControl = "5f98b655-cc9a-415a-b60e-744165666948"
[extensions]
JuMPModels = "JuMP"
OptimalControlModels = "OptimalControl"
[compat]
ADNLPModels = "0.8"
CTBase = "0.16"
CTDirect = "0.17"
CTModels = "0.6"
DocStringExtensions = "0.9"
ExaModels = "0.9"
JuMP = "1"
OptimalControl = "1"
OrderedCollections = "1"
SolverCore = "0.3"
julia = "1.10"