Skip to content

Commit 8bf93f2

Browse files
committed
now imorts CTParser.ExaLinAlg
1 parent 672bba3 commit 8bf93f2

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

Project.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimalControl"
22
uuid = "5f98b655-cc9a-415a-b60e-744165666948"
3-
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
43
version = "1.1.8-beta"
4+
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
55

66
[deps]
77
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
@@ -15,25 +15,13 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1515
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
1616
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1717

18-
[extras]
19-
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
20-
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
21-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
22-
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
23-
MadNLPMumps = "3b83494e-c0a4-4895-918b-9157a7a085a1"
24-
NLPModelsIpopt = "f4238b75-b362-5c4c-b852-0801c9a21d71"
25-
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
26-
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
27-
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
28-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
29-
3018
[compat]
3119
ADNLPModels = "0.8"
3220
CTBase = "0.16, 0.17"
3321
CTDirect = "0.17"
3422
CTFlows = "0.8"
3523
CTModels = "0.6"
36-
CTParser = "0.7, 0.8"
24+
CTParser = "0.8.2"
3725
CommonSolve = "0.2"
3826
DifferentiationInterface = "0.7"
3927
DocStringExtensions = "0.9"
@@ -50,5 +38,17 @@ SplitApplyCombine = "1"
5038
Test = "1"
5139
julia = "1.10"
5240

41+
[extras]
42+
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
43+
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
44+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
45+
MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6"
46+
MadNLPMumps = "3b83494e-c0a4-4895-918b-9157a7a085a1"
47+
NLPModelsIpopt = "f4238b75-b362-5c4c-b852-0801c9a21d71"
48+
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
49+
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
50+
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
51+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
52+
5353
[targets]
54-
test = ["DifferentiationInterface", "ForwardDiff", "LinearAlgebra", "MadNLP", "MadNLPMumps", "NLPModelsIpopt", "NonlinearSolve", "OrdinaryDiffEq", "SplitApplyCombine", "Test"]
54+
test = ["DifferentiationInterface", "ForwardDiff", "LinearAlgebra", "MadNLP", "MadNLPMumps", "NLPModelsIpopt", "NonlinearSolve", "OrdinaryDiffEq", "SplitApplyCombine", "Test"]

0 commit comments

Comments
 (0)