Skip to content

Commit

Permalink
add [compat] for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms committed May 13, 2024
1 parent 6a4cfea commit 6cd4084
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,20 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
SumOfSquares = "4b9e565b-77fc-50a5-a571-1244f986bda1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CSV = "0.10"
Combinatorics = "1"
DataFrames = "1.6"
DataStructures = "0.18"
DelimitedFiles = "1.9"
Distributions = "0.25"
DynamicPolynomials = "0.5"
MathOptInterface = "1"
PolyJuMP = "0.7"
SemialgebraicSets = "0.3"
SparseArrays = "1.10"
SpecialFunctions = "2"
SumOfSquares = "0.7"
JuMP = "1.22"
julia = "1.6"

0 comments on commit 6cd4084

Please sign in to comment.