From 11a48f5a4d1ca2ced14a0eed5b2d2939dc883e7f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 7 Jul 2024 01:42:04 +0000 Subject: [PATCH] CompatHelper: bump compat for StarAlgebras to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2f97ab7f4..4f81ac88e 100644 --- a/Project.toml +++ b/Project.toml @@ -30,6 +30,6 @@ MutableArithmetics = "1" PolyJuMP = "0.7" Reexport = "0.2, 1.0" SemialgebraicSets = "0.3" -StarAlgebras = "0.3" +StarAlgebras = "0.3, 0.2" SymbolicWedderburn = "0.4" julia = "1.6"