From a634652c2280ca01b213df9f95eafce6bf9ed6c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2020 00:08:08 +0000 Subject: [PATCH] CompatHelper: bump compat for "SymEngine" to "0.8" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a0ed5df..36386c6 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ SymPy = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6" [compat] Combinatorics = "^1.0" Documenter = "0.23, ^0.24" -SymEngine = "^0.7" +SymEngine = "^0.7, 0.8" SymPy = "^1.0" julia = "^1.1"