From a0d7d734551a5abda7343ab9092c690c89c658d4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 2 Sep 2025 01:09:50 +0000 Subject: [PATCH] CompatHelper: bump compat for OMEinsum to 0.9, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7f20396..29a5583 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Distributions = "0.25" Graphs = "1" IterTools = "1.4" MetaGraphs = "0.7" -OMEinsum = "0.7" +OMEinsum = "0.7, 0.9" PrettyTables = "2.2" SimpleTraits = "0.9" SimpleValueGraphs = "0.4"