From 39c9927e53c7d5aa75c1e86fd97e06db9b727915 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 12 Dec 2025 01:02:19 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedDimsArrays in [weakdeps] to 0.9, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d638148..55b7f20 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumOperatorDefinitions" uuid = "826dd319-6fd5-459a-a990-3a4f214664bf" +version = "0.2.12" authors = ["ITensor developers and contributors"] -version = "0.2.11" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -22,6 +22,6 @@ BlockArrays = "1.3.0" GradedArrays = "0.5" ITensorBase = "0.2, 0.3" LinearAlgebra = "1.10" -NamedDimsArrays = "0.7, 0.8" +NamedDimsArrays = "0.7, 0.8, 0.9" Random = "1.10" julia = "1.10"