From b73d8e5850650ef675b01e3ddcf052ae0812c70c Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Tue, 14 May 2024 07:57:56 +1200 Subject: [PATCH] Update Project.toml --- examples/Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/Project.toml b/examples/Project.toml index 774fac727..8e9789ac1 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -28,11 +28,10 @@ DataStructures = "0.18" DelimitedFiles = "1.9" Distributions = "0.25" DynamicPolynomials = "0.5" +JuMP = "1.22" MathOptInterface = "1" PolyJuMP = "0.7" SemialgebraicSets = "0.3" -SparseArrays = "1.10" SpecialFunctions = "2" SumOfSquares = "0.7" -JuMP = "1.22" julia = "1.6"