From 8a87504942088f648f3682d7411bf68b9833f576 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 24 Oct 2025 10:04:18 +0200 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 cc8d330..cac68d7 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, 0.8" +OMEinsum = "0.7, 0.8, 0.9" PrettyTables = "2.2, 3" SimpleTraits = "0.9" SimpleValueGraphs = "0.4"