From 6315dd9c13ae0b5146af05f1a99ebb50a918d94e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 9 Nov 2024 00:41:53 +0000 Subject: [PATCH] CompatHelper: bump compat for SDPA to 0.6 for package test, (keep existing compat) --- test/Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index e705b04..c010572 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,9 +13,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" AffineArithmetic = "0.2" Aqua = "0.8.9" Documenter = "0.27, 1" -# DynamicPolynomials v0.6 leads to conflict with PolyJuMP, which requires IntervalArithmetic v0.22 DynamicPolynomials = "0.3 - 0.5, =0.5" IntervalOptimisation = "0.4.1" -SDPA = "0.2 - 0.5" +SDPA = "0.2 - 0.5, 0.6" SumOfSquares = "0.3.6 - 0.7" TaylorModels = "0.3 - 0.7"