From 62e50f58f9700add14fdd804a73171cedfdccb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 23 Jun 2023 08:58:39 +0200 Subject: [PATCH] Add compat bound for CommonSolve --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 1e799ff..2d5d8df 100644 --- a/Project.toml +++ b/Project.toml @@ -13,6 +13,7 @@ RowEchelon = "af85af4c-bcd5-5d23-b03a-a909639aa875" SemialgebraicSets = "8e049039-38e8-557d-ae3a-bc521ccf6204" [compat] +CommonSolve = "0.2" MultivariateBases = "0.2" MultivariatePolynomials = "0.5" MutableArithmetics = "1"