From 9996450c47b0cbc8f25ff1d5cdb092e149056eb0 Mon Sep 17 00:00:00 2001 From: AlgebraicJulia Bot Date: Sat, 25 May 2024 00:53:58 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Luxor in [weakdeps] at version 4, (keep existing compat) --- Project.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index e47c63e..fd58eaa 100644 --- a/Project.toml +++ b/Project.toml @@ -16,20 +16,21 @@ StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [weakdeps] -Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc" DataMigrations = "0c4ad18d-0c49-4bc2-90d5-5bca8f00d6ae" +Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc" [extensions] -AlgebraicRewritingLuxorExt = "Luxor" AlgebraicRewritingDataMigrationsExt = "DataMigrations" +AlgebraicRewritingLuxorExt = "Luxor" [compat] ACSets = "0.2.9" Catlab = "0.16.7" +CompTime = "0.1" DataMigrations = "0.0.3" DataStructures = "0.17, 0.18" +Luxor = "4" +MLStyle = "0.4" Reexport = "^1" StructEquality = "2.1" julia = "1.9" -MLStyle = "0.4" -CompTime = "0.1"