Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ SumOfSquares = "4b9e565b-77fc-50a5-a571-1244f986bda1"
Combinatorics = "1"
DataStructures = "0.17.11, 0.18"
DynamicPolynomials = "0.4"
JuMP = "0.22"
MathOptInterface = "0.10"
JuMP = "0.23"
MathOptInterface = "1"
MultivariateBases = "0.1.2"
MultivariateMoments = "0.3"
MultivariatePolynomials = "0.4"
MutableArithmetics = "0.3"
Polyhedra = "0.6.3"
MutableArithmetics = "1"
Polyhedra = "0.7"
RecipesBase = "0.7, 0.8, 1.0"
Reexport = "0.2, 1.0"
SumOfSquares = "0.5"
SumOfSquares = "0.6"
julia = "1"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion test/Tests/controlled_invariant.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function ci_piecewise_semiell_mci_homogeneous_test(optimizer, config)
@test ◯.sets[5].Q ≈ Q2 atol=config.atol rtol=config.rtol
@test ◯.sets[6].Q ≈ Q3 atol=config.atol rtol=config.rtol
end,
109,
25,
)
end

Expand Down