From 6cd4084b5a2f170f513a164fc905821ea4b1323a Mon Sep 17 00:00:00 2001 From: araujoms Date: Mon, 13 May 2024 08:52:16 +0200 Subject: [PATCH] add [compat] for examples --- examples/Project.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/examples/Project.toml b/examples/Project.toml index 9e9ea72cf..774fac727 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -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"