From 89b3dfea7ba1ad85943beaa4a4528d792f03dba8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Tue, 25 Jul 2023 11:30:37 -0400 Subject: [PATCH] Add bound to RecipesBase --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 6f918c9..c7328dd 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,7 @@ CommonSolve = "0.2" MultivariateBases = "0.2" MultivariatePolynomials = "0.5" MutableArithmetics = "1" +RecipesBase = "1" RowEchelon = "0.2" SemialgebraicSets = "0.3" julia = "1.6"