Skip to content

Commit acb4f06

Browse files
authored
Merge pull request #101 from control-toolbox/100-general-compat
Update compat
2 parents 585e730 + 71db511 commit acb4f06

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ OptimalControlModels = "OptimalControl"
2020

2121
[compat]
2222
CTBase = "0.16"
23-
CTModels = "0.6.3"
24-
DocStringExtensions = "0.9.5"
25-
ExaModels = "0.9.0"
26-
JuMP = "1.28"
27-
OptimalControl = "1.1"
28-
OrderedCollections = "1.8.1"
23+
CTModels = "0.6"
24+
DocStringExtensions = "0.9"
25+
ExaModels = "0.9"
26+
JuMP = "1"
27+
OptimalControl = "1"
28+
OrderedCollections = "1"
2929
julia = "1.10"

docs/Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
1616
[compat]
1717
CTModels = "0.6"
1818
DataFrames = "1"
19-
Documenter = "1.14"
19+
Documenter = "1"
2020
DocumenterInterLinks = "1"
2121
ExaModels = "0.9"
22-
Ipopt = "1.10"
23-
JuMP = "1.28"
24-
Markdown = "1.11"
22+
Ipopt = "1"
23+
JuMP = "1"
24+
Markdown = "1"
2525
NLPModels = "0.21"
2626
NLPModelsIpopt = "0.10"
27-
OptimalControl = "1.1"
27+
OptimalControl = "1"
2828
Plots = "1"
29-
TOML = "1.0"
29+
TOML = "1"

test/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414
Aqua = "0.8"
1515
CTBase = "0.16"
1616
Interpolations = "0.15, 0.16"
17-
Ipopt = "1.10"
18-
JuMP = "1.28"
17+
Ipopt = "1"
18+
JuMP = "1"
1919
NLPModelsIpopt = "0.10"
20-
OptimalControl = "1.1"
21-
Plots = "1.40"
20+
OptimalControl = "1"
21+
Plots = "1"
2222
Test = "1"

0 commit comments

Comments
 (0)