From f622cf404c2d97b70351dd4caf2cb0e54bab4bf5 Mon Sep 17 00:00:00 2001 From: schillic Date: Tue, 18 Jun 2024 07:04:17 +0200 Subject: [PATCH] restrict DynamicPolynomials to < v0.6 --- test/Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index a44d2e95..19079e0d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" AffineArithmetic = "0.2" Aqua = "0.8" Documenter = "0.27, 1" -DynamicPolynomials = "0.3 - 0.5" +# 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" SumOfSquares = "0.3.6 - 0.7"