Skip to content

Commit ff265eb

Browse files
committed
up compat
1 parent 6d12de4 commit ff265eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ CTModels = "0.6"
3030
CTParser = "0.6"
3131
CommonSolve = "0.2"
3232
DataFrames = "1"
33-
Documenter = "1.8"
33+
Documenter = "1"
3434
DocumenterInterLinks = "1"
3535
DocumenterMermaid = "0.2"
3636
ExaModels = "0.9"
3737
JLD2 = "0.5"
38-
JSON3 = "1.14"
38+
JSON3 = "1"
3939
LinearAlgebra = "1"
4040
MadNLP = "0.8"
4141
NLPModelsIpopt = "0.10"
4242
NLPModelsKnitro = "0.9"
4343
OrdinaryDiffEq = "6"
44-
Plots = "1.40"
44+
Plots = "1"
4545
Suppressor = "0.2"
46-
julia = "1"
46+
julia = "1.10"

test/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ CTModels = "0.6"
1515
DifferentiationInterface = "0.7"
1616
ForwardDiff = "0.10, 1.0"
1717
LinearAlgebra = "1"
18-
MINPACK = "1.3"
18+
MINPACK = "1"
1919
MadNLP = "0.8"
2020
NLPModelsIpopt = "0.10"
2121
OrdinaryDiffEq = "6"
22-
SplitApplyCombine = "1.2"
22+
SplitApplyCombine = "1"
2323
Test = "1"
2424
julia = "1.10"

0 commit comments

Comments
 (0)