Skip to content

Commit 42ebeb6

Browse files
committed
fixed Project.toml (3x)
1 parent a551b37 commit 42ebeb6

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
1717
[compat]
1818
ADNLPModels = "0.8"
1919
CTBase = "0.16"
20-
CTDirect = "0.16.0"
20+
CTDirect = "0.16"
2121
CTFlows = "0.8"
2222
CTModels = "0.6"
2323
CTParser = "0.6"

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ CTBase = "0.16"
2727
CTFlows = "0.8"
2828
CTModels = "0.6"
2929
CTParser = "0.6"
30+
CTDirect = "0.16"
3031
CommonSolve = "0.2"
3132
DataFrames = "1"
3233
Documenter = "1.8"

test/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ OrdinaryDiffEq = "6.93"
2222
SplitApplyCombine = "1.2"
2323
Test = "1"
2424
julia = "1.10"
25-
26-
[sources]
27-
CTDirect = {url = "https://github.com/control-toolbox/CTDirect.jl", rev = "develop"}

0 commit comments

Comments
 (0)