From ebc1131d26ebb1b8eefe6748cdcaab3179b91652 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 4 Oct 2023 00:09:22 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Combinatorics at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 892cbd4d2..b98c8b299 100644 --- a/Project.toml +++ b/Project.toml @@ -27,6 +27,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] AbstractAlgebra = "0.13, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32" BenchmarkTools = "1" +Combinatorics = "1" DataStructures = "0.18" Groebner = "0.4" IterTools = "1"