From af1a73520433eb41e625bcf1fc0b73c8c39ac3c6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Apr 2026 03:15:01 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedDimsArrays to 0.15, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 609216e..b867397 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.3.24" +version = "0.3.25" authors = ["ITensor developers and contributors"] [workspace] @@ -46,7 +46,7 @@ FunctionImplementations = "0.4" Graphs = "1.13.1" LinearAlgebra = "1.10" MacroTools = "0.5.16" -NamedDimsArrays = "0.14.2" +NamedDimsArrays = "0.14.2, 0.15" NamedGraphs = "0.6.9, 0.7, 0.8" SimpleTraits = "0.9.5" SplitApplyCombine = "1.2.3"