From cc33cb789afa33ef66767d680f76fdb68f0bcae5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 11 Oct 2023 00:59:54 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Permutations at version 0.4, (keep existing compat) --- Project.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e75d056..cfb746f 100644 --- a/Project.toml +++ b/Project.toml @@ -19,18 +19,19 @@ StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [weakdeps] -nauty_jll = "55c6dc9b-343a-50ca-8ff2-b71adb3733d5" XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0" +nauty_jll = "55c6dc9b-343a-50ca-8ff2-b71adb3733d5" [extensions] -ExcelACSets = "XLSX" ACSetsnauty_jllExt = "nauty_jll" +ExcelACSets = "XLSX" [compat] CompTime = "0.1" JSON = "0.21" MLStyle = "0.4" OrderedCollections = "1" +Permutations = "0.4" PrettyTables = "2.2" Reexport = "1" StaticArrays = "1"